コード例 #1
0
ファイル: BaseTestCase.php プロジェクト: kevinlondon/appfuel
 /**
  * Restore the include path to the original kernel state
  *
  * @return	null
  */
 public function restoreIncludePath()
 {
     $state = TestRegistry::getKernelState();
     set_include_path($state->getIncludePath());
 }