public static function PathSaveTest::getInfo

7.x path.test public static PathSaveTest::getInfo()

File

drupal-7.x/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'),
  );
}