public static function FolderTest::getInfo

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/FolderTest.php, line 24
Definition of Drupal\simpletest\Tests\FolderTest.

Class

FolderTest
Test Folder creation

Namespace

Drupal\simpletest\Tests

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',
  );
}