You are here

public static function PathologicTestCase::getInfo in Pathologic 7

Same name and namespace in other branches
  1. 7.3 tests/pathologic.test \PathologicTestCase::getInfo()
  2. 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',
  );
}