public static function PathSaveTest::getInfo in Drupal 7
File
Class
- PathSaveTest
- Tests the path_save() function.
Code
public static function getInfo() {
return array(
'name' => t('Path save'),
'description' => t('Tests that path_save() exposes the previous alias value.'),
'group' => t('Path API'),
);
}