function path_test_reset

Resets the path test results.

File

drupal/core/modules/system/tests/modules/path_test/path_test.module, line 11
Helper module for the path tests.

Code

function path_test_reset() {
  state()
    ->set('path_test.results', array());
}