You are here

protected property ImageToolkitGdTestCase::$blue in SimpleTest 7

File

tests/image.test, line 201
Unit tests for the Drupal Form API.

Class

ImageToolkitGdTestCase
Test the core GD image manipulation functions.

Code

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