1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 08:09:54 +02:00
This commit is contained in:
Oliver Vogel
2024-05-10 19:01:37 +02:00
parent 59781c723e
commit eed36c4081
5 changed files with 9 additions and 5 deletions

View File

@@ -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);
}
}