You are here

function path_test_reset in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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());
}