Example #1
0
 protected static function createKernel(array $options = array())
 {
     return parent::createKernel(array('test_case' => 'CachePools') + $options);
 }
Example #2
0
 protected static function createKernel(array $options = array())
 {
     return parent::createKernel(array('test_case' => 'AutowiringTypes') + $options);
 }