Contao\CoreBundle\Test\Config\Loader\PhpFileLoaderTest::testInstantiation PHP Метод

testInstantiation() публичный Метод

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $this->assertInstanceOf('Contao\\CoreBundle\\Config\\Loader\\PhpFileLoader', $this->loader);
    }