1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-21 13:11:18 +02: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($result);
$this->assertTrue($command->hasOutput()); $this->assertTrue($command->hasOutput());
$this->assertInternalType('array', $command->getOutput()); $this->assertInternalType('array', $command->getOutput());
$this->assertCount(19, $command->getOutput());
} }
public function testImagickFetchDefined() public function testImagickFetchDefined()