You are here

public static function SimpleTestFolderTestCase::getInfo in Drupal 7

File

modules/simpletest/simpletest.test, line 518
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',
  );
}