1.20.x path_test.module | path_test_reset() |
Resets the path test results.
File
- modules/
simpletest/ tests/ path_test.module, line 10 - Helper module for the path tests.
Code
function path_test_reset() {
state_set('path_test_results', array());
}