function path_test_reset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/tests/modules/path_test/path_test.module \path_test_reset()
Resets the path test results.
File
- core/
modules/ system/ tests/ modules/ path_test/ path_test.module, line 11 - Helper module for the path tests.
Code
function path_test_reset() {
\Drupal::state()
->set('path_test.results', array());
}