示例#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();
 }