Nelmio\Alice\Bridge\Symfony\Loader\LoaderIntegrationTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        static::$kernel->boot();
        $this->nonIsolatedLoader = $this->loader = new NonIsolatedSymfonyLoader(static::$kernel->getContainer());
    }