Contao\CoreBundle\Test\HttpKernel\Bundle\ContaoModuleBundleTest::testModuleFolderExists PHP Méthode

testModuleFolderExists() public méthode

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