public static function PSR4WebTest::getInfo

File

drupal/modules/simpletest/src/Tests/PSR4WebTest.php, line 7

Class

PSR4WebTest

Namespace

Drupal\simpletest\Tests

Code

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