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:
parent
e6ec5dcfd9
commit
bd9a631d78
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user