public static function PathologicTestCase::getInfo in Pathologic 7
Same name and namespace in other branches
- 7.3 tests/pathologic.test \PathologicTestCase::getInfo()
- 7.2 pathologic.test \PathologicTestCase::getInfo()
File
- ./
pathologic.test, line 15 - 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',
);
}