function path_test_reset
Resets the path test results.
1 call to path_test_reset()
- PathSaveTest::setUp in drupal-7.x/
modules/ simpletest/ tests/ path.test - Sets up a Drupal site for running functional and integration tests.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ path_test.module, line 11 - Helper module for the path tests.
Código
function path_test_reset() {
variable_set('path_test_results', array());
}