You are here

protected property ToolkitImagemagickTest::$yellow in ImageMagick 8.3

Same name and namespace in other branches
  1. 8 tests/src/Functional/ToolkitImagemagickTest.php \Drupal\Tests\imagemagick\Functional\ToolkitImagemagickTest::yellow
  2. 8.2 tests/src/Functional/ToolkitImagemagickTest.php \Drupal\Tests\imagemagick\Functional\ToolkitImagemagickTest::yellow

File

tests/src/Functional/ToolkitImagemagickTest.php, line 26

Class

ToolkitImagemagickTest
Tests that core image manipulations work properly through Imagemagick.

Namespace

Drupal\Tests\imagemagick\Functional

Code

protected $yellow = [
  255,
  255,
  0,
  0,
];