RedisBundle\Tests\Controller\RedisControllerTest::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        self::bootKernel(array('environment' => 'test', 'debug' => 'true'));
        $this->container = self::$kernel->getContainer();
    }