예제 #1
0
 /**
  * Restore all the kernel registry settings with the settings backup 
  * that occured in the UnitTestStartup strategy
  *
  * @return	null
  */
 public function restoreKernelRegistry()
 {
     KernelRegistry::setParams(TestRegistry::getKernelParams());
     KernelRegistry::setDomainMap(TestRegistry::getKernelDomainMap());
 }