public static function PSR0WebTest::getInfo

File

drupal/modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php, line 7

Class

PSR0WebTest

Namespace

Drupal\simpletest\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'PSR0 web test',
    'description' => 'We want to assert that this PSR-0 test case is being discovered.',
    'group' => 'SimpleTest',
  );
}