Contao\CoreBundle\Test\HttpKernel\Bundle\ContaoModuleBundleTest::testModuleFolderExists PHP Method

testModuleFolderExists() public method

Tests that an exception is thrown if the module folder does not exist.
    public function testModuleFolderExists()
    {
        $this->bundle = new ContaoModuleBundle('invalid', $this->getRootDir() . '/app');
    }