public static function PathologicTestCase::getInfo in Pathologic 7.3
Same name and namespace in other branches
- 7 pathologic.test \PathologicTestCase::getInfo()
- 7.2 pathologic.test \PathologicTestCase::getInfo()
File
- tests/
pathologic.test, line 16 - Pathologic behavior testing.
Class
- PathologicTestCase
- Tests that Pathologic ain't broke.
Code
public static function getInfo() {
return array(
'name' => 'Pathologic path filtering',
'description' => 'Test Pathologic’s path translation and conversion.',
'group' => 'Filter',
);
}