You are here

private function AbstractDrupalBootTest::unprepare in X Autoload 7.5

Runs after a test is finished.

2 calls to AbstractDrupalBootTest::unprepare()
AbstractDrupalBootTest::testModuleEnable in tests/src/DrupalBootTest/AbstractDrupalBootTest.php
Tests a request where modules are enabled, but xautoload is already enabled.
AbstractDrupalBootTest::testNormalRequest in tests/src/DrupalBootTest/AbstractDrupalBootTest.php
Tests a simulated regular request.

File

tests/src/DrupalBootTest/AbstractDrupalBootTest.php, line 182

Class

AbstractDrupalBootTest
@runTestsInSeparateProcesses @preserveGlobalState disabled

Namespace

Drupal\xautoload\Tests\DrupalBootTest

Code

private function unprepare() {
  stream_wrapper_unregister('test');
  StaticCallLog::unsetCallLog();
}