コード例 #1
0
ファイル: UserTest.php プロジェクト: youprofit/casebox
 public function testExistance()
 {
     //delete core if maibe remained from previous failed tests
     if (DM\Users::exists($this->testName)) {
         $this->testDelete();
     }
 }