Пример #1
0
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->fixtures = new RoutingFixtures();
     $this->state = new State(new KeyValueMemoryFactory());
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->skipClasses[__CLASS__] = TRUE;
 }