Skip to content

Commit

Permalink
Add color option for PHP7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Jan 24, 2024
1 parent 533e371 commit e2872b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/TestCase/DominantColorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function provider_get_dominant_color() {
),
'balloons_webp' => array(
'image_path' => TESTS_PLUGIN_DIR . '/tests/testdata/modules/images/balloons.webp',
'expected_color' => array( 'c1bbb9', 'c0bbb9', 'c0bab8', 'c3bdbd' ),
'expected_color' => array( 'c1bbb9', 'c0bbb9', 'c0bab8', 'c3bdbd', 'bfbab8' ),
'expected_transparency' => false,
),
);
Expand Down

0 comments on commit e2872b8

Please sign in to comment.