You are here

protected property ImageToolkitGdTestCase::$white in SimpleTest 7

File

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

Class

ImageToolkitGdTestCase
Test the core GD image manipulation functions.

Code

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