public static function SimpleTestErrorCollectorTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/SimpleTestErrorCollectorTest.php, line 34
Definition of Drupal\system\Tests\Common\SimpleTestErrorCollectorTest.

Class

SimpleTestErrorCollectorTest
Tests SimpleTest error and exception collector.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'SimpleTest error collector',
    'description' => 'Performs tests on the Simpletest error and exception collector.',
    'group' => 'Common',
  );
}