예제 #1
0
 public function testCoreExistance()
 {
     //delete core if maibe remained from previous failed tests
     if (DM\Core::exists($this->testCoreName)) {
         $this->testDeleteCore();
     }
 }
예제 #2
0
 public function testCoreExistance()
 {
     //delete core if maibe remained from previous failed tests
     if (DM\Core::exists($this->testCoreName)) {
         $this->testDeleteCore();
     } else {
         $this->assertTrue(true, 'Cant test core existance');
     }
 }