public static function DrupalErrorCollectionUnitTest::getInfo in SimpleTest 7
File
- tests/
common.test, line 1464 - Tests for common.inc functionality.
Class
- DrupalErrorCollectionUnitTest
- Tests Simpletest error and exception collector.
Code
public static function getInfo() {
return array(
'name' => 'SimpleTest error collector',
'description' => 'Performs tests on the Simpletest error and exception collector.',
'group' => 'SimpleTest',
);
}