Contao\CoreBundle\Test\Image\PictureFactoryTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $pictureFactory = $this->createPictureFactory();
        $this->assertInstanceOf('Contao\\CoreBundle\\Image\\PictureFactory', $pictureFactory);
        $this->assertInstanceOf('Contao\\CoreBundle\\Image\\PictureFactoryInterface', $pictureFactory);
    }