function PathSaveTest::getInfo

File

modules/simpletest/tests/path.test, line 352

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.