protected property ImageToolkitGdTestCase::$green

File

drupal/modules/simpletest/tests/image.test, line 207
Tests for core image handling API.

Class

ImageToolkitGdTestCase
Test the core GD image manipulation functions.

Code

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