Contao\CoreBundle\Test\Framework\Adapter\AdapterTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $adapter = new Adapter('Dummy');
        $this->assertInstanceOf('Contao\\CoreBundle\\Framework\\Adapter', $adapter);
    }