コード例 #1
0
ファイル: Module.php プロジェクト: kingsj/core
 /**
  * setUp
  *
  * @return void
  * @see    ____func_see____
  * @since  1.0.15
  */
 protected function setUp()
 {
     parent::setUp();
     $this->markTestSkipped('Awaiting for...');
     /*\Includes\Utils\FileManager::copyRecursive(
           dirname(__FILE__) . LC_DS . '..' . LC_DS . '..' . LC_DS . '..' . LC_DS . 'test_modules' . LC_DS . 'Test',
           LC_DIR_MODULES . 'Test'
       );*/
 }
コード例 #2
0
ファイル: States.php プロジェクト: kingsj/core
 protected function setUp()
 {
     parent::setUp();
 }