function path_test_reset

Resets the path test results.

1 call to path_test_reset()
PathSaveTest::setUp in modules/simpletest/tests/path.test
Sets up a Drupal site for running functional and integration tests.

File

modules/simpletest/tests/path_test.module, line 11

Code

function path_test_reset() {
    variable_set('path_test_results', array());
}

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