Contao\CoreBundle\Test\Config\Loader\XliffFileLoaderTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $this->assertInstanceOf('Contao\\CoreBundle\\Config\\Loader\\XliffFileLoader', new XliffFileLoader($this->getRootDir() . '/app'));
    }