ImboUnitTest\EventListener\ExifMetadataTest::testCanInstantiateImagickItself PHP Method

testCanInstantiateImagickItself() public method

    public function testCanInstantiateImagickItself()
    {
        $this->assertInstanceOf('Imagick', $this->listener->getImagick());
    }