protected property ToolkitGdTest::$green

File

drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php, line 20
Definition of Drupal\system\Tests\Image\ToolkitGdTest.

Class

ToolkitGdTest
Test the core GD image manipulation functions.

Namespace

Drupal\system\Tests\Image

Code

protected $green = array(
  0,
  255,
  0,
  0,
);