Joli\GifExceptionBundle\Tests\WebTestCase::createKernel PHP Method

createKernel() protected static method

protected static createKernel ( array $options = [] )
$options array
    protected static function createKernel(array $options = array())
    {
        return new AppKernel(isset($options['environment']) ? $options['environment'] : 'test', isset($options['debug']) ? $options['debug'] : true);
    }