protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testFieldListsExclusionStrategy', true);
     $kernel->setConfigFile('config_simple.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testNestedResourceSubscriber', true);
     $kernel->setConfigFile('config_sub_resources.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testRestApiControllerWithSubResources', true);
     $kernel->setConfigFile('config_sub_resources.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testRestApiControllerWithPagination', true);
     $kernel->setConfigFile('config_pagination.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testFilterDecorator', true);
     $kernel->setConfigFile('config_sub_resources.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testDateTimeFormatterSubscriber', true);
     $kernel->setConfigFile('config_listener.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testApiExceptionSubscriber', true);
     $kernel->setConfigFile('config_simple.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testGenerateApiDocHandler', true);
     $kernel->setConfigFile('config_simple.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testRestApiControllerWithNonStandardIdentifier', true);
     $kernel->setConfigFile('config_identifier.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testRestApiControllerWithCustomFormType', true);
     $kernel->setConfigFile('config_custom_form_type.yml');
     return $kernel;
 }
 protected static function createKernel(array $options = array())
 {
     $kernel = new AppKernel('testSecurityConfig', true);
     $kernel->setConfigFile('config_security.yml');
     return $kernel;
 }