You are here

public static function SimpleTestFolderTestCase::getInfo in SimpleTest 7.2

Same name and namespace in other branches
  1. 6.2 simpletest.test \SimpleTestFolderTestCase::getInfo()

File

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