コード例 #1
0
 protected function checkService()
 {
     $passed = InstallUtil::isMbStringInstalled();
     if ($passed) {
         $this->message = Zurmo::t('InstallModule', 'Mbstring is installed.');
     } else {
         $this->message = Zurmo::t('InstallModule', 'Mbstring is not installed.');
     }
     return $passed;
 }
コード例 #2
0
 public function testIsMbStringInstalled()
 {
     $this->assertTrue(InstallUtil::isMbStringInstalled());
 }