Contao\CoreBundle\Test\HttpKernel\Bundle\ContaoModuleBundleTest::setUp PHP Метод

setUp() защищенный Метод

Creates a new Contao module bundle.
protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->bundle = new ContaoModuleBundle('foobar', $this->getRootDir() . '/app');
    }