Contao\CoreBundle\Test\Analyzer\HtaccessAnalyzerTest::testInstantiation PHP Méthode

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $file = new SplFileInfo($this->getRootDir() . '/system/modules/foobar/assets/.htaccess', 'system/modules/foobar/assets', 'system/modules/foobar/assets/.htaccess');
        $htaccess = new HtaccessAnalyzer($file);
        $this->assertInstanceOf('Contao\\CoreBundle\\Analyzer\\HtaccessAnalyzer', $htaccess);
    }