public static function PathSaveTest::getInfo

File

drupal/modules/simpletest/tests/path.test, line 341
Tests for path.inc.

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'),
  );
}