public static function LinkConvertInternalPathsTest::getInfo in Link 7
Description of the tests.
File
- tests/
LinkConvertInternalPathsTest.test, line 16 - Confirm path aliases are saved internally as the system path.
Class
- LinkConvertInternalPathsTest
- Confirm path aliases are saved internally as the system path.
Code
public static function getInfo() {
return array(
'name' => 'Conversion of internal path aliases',
'description' => 'Test that internal path aliases are saved as system paths.',
'group' => 'Link',
);
}