1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-07 14:20:37 +01:00

test 19 exif tags

This commit is contained in:
Frederik Bosch 2017-01-07 17:59:28 +01:00
parent e6ec5dcfd9
commit bd9a631d78

View File

@ -68,6 +68,7 @@ class ExifCommandTest extends PHPUnit_Framework_TestCase
$this->assertTrue($result);
$this->assertTrue($command->hasOutput());
$this->assertInternalType('array', $command->getOutput());
$this->assertCount(19, $command->getOutput());
}
public function testImagickFetchDefined()