public static function PathSaveTest::getInfo
Archivo
Class
- PathSaveTest
- Tests the path_save() function.
Código
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'),
);
}