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:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user