public static function DrupalErrorCollectionUnitTest::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ common.test, line 2152 - Tests for common.inc functionality.
Class
- DrupalErrorCollectionUnitTest
- Tests Simpletest error and exception collector.
Código
public static function getInfo() {
return array(
'name' => 'SimpleTest error collector',
'description' => 'Performs tests on the Simpletest error and exception collector.',
'group' => 'SimpleTest',
);
}