function path_test_reset

Resets the path test results.

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

File

drupal/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());
}