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

testGetPath() public méthode

Tests the getPath() method.
public testGetPath ( )
    public function testGetPath()
    {
        $this->assertEquals($this->getRootDir() . '/system/modules/foobar', $this->bundle->getPath());
    }