예제 #1
0
파일: Module.php 프로젝트: kingsj/core
 /**
  * tearDown
  *
  * @return void
  * @see    ____func_see____
  * @since  1.0.15
  */
 protected function tearDown()
 {
     // \Includes\Utils\FileManager::unlinkRecursive(LC_DIR_MODULES . 'Test');
     parent::tearDown();
 }
예제 #2
0
파일: States.php 프로젝트: kingsj/core
 protected function tearDown()
 {
     parent::tearDown();
 }