1 path_test.module path_test_reset()

Resets the path test results.

File

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