You are here

function path_test_reset in Drupal 7

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
Helper module for the path tests.

Code

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