mirror of
https://github.com/Intervention/image.git
synced 2025-08-28 08:09:54 +02:00
Update
This commit is contained in:
@@ -58,5 +58,9 @@ final class ConfigTest extends BaseTestCase
|
||||
$this->assertFalse($config->autoOrientation);
|
||||
$this->assertFalse($config->decodeAnimation);
|
||||
$this->assertEquals('000', $config->blendingColor);
|
||||
|
||||
$this->assertFalse($result->autoOrientation);
|
||||
$this->assertFalse($result->decodeAnimation);
|
||||
$this->assertEquals('000', $result->blendingColor);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user