Beispiel #1
0
 public function bootstrap()
 {
     $this->generateInternalConfig();
     CMTest_TH::init();
     $comparatorFactory = SebastianBergmann\Comparator\Factory::getInstance();
     $comparatorFactory->register(new CMTest_Comparator_Comparable());
     $comparatorFactory->register(new CMTest_Comparator_BetterArrayComparator());
 }
Beispiel #2
0
 public function bootstrap()
 {
     $this->generateInternalConfig();
     CMTest_TH::init();
 }