Contao\CoreBundle\Test\HttpKernel\Bundle\ContaoModuleBundleTest::testGetPath PHP 메소드

testGetPath() 공개 메소드

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