public static function SimpleTestFolderTestCase::getInfo

File

drupal/modules/simpletest/simpletest.test, line 513
Tests for simpletest.module.

Class

SimpleTestFolderTestCase
Test Folder creation

Code

public static function getInfo() {
  return array(
    'name' => 'Testing SimpleTest setUp',
    'description' => "This test will check SimpleTest's treatment of hook_install during setUp.  Image module is used for test.",
    'group' => 'SimpleTest',
  );
}