File

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

Class

ImageToolkitGdTestCase
Test the core GD image manipulation functions.

Code

protected $black = array(
  0,
  0,
  0,
  0,
);