You are here

abstract protected function AbstractDrupalBootTest::prepare in X Autoload 7.5

setUp() does not help us because of the process sharing problem. So we use this instead.

Throws

\Exception

2 calls to AbstractDrupalBootTest::prepare()
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.
2 methods override AbstractDrupalBootTest::prepare()
DrupalBootHookTest::prepare in tests/src/DrupalBootTest/DrupalBootHookTest.php
setUp() does not help us because of the process sharing problem. So we use this instead.
DrupalBootTest::prepare in tests/src/DrupalBootTest/DrupalBootTest.php
setUp() does not help us because of the process sharing problem. So we use this instead.

File

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

Class

AbstractDrupalBootTest
@runTestsInSeparateProcesses @preserveGlobalState disabled

Namespace

Drupal\xautoload\Tests\DrupalBootTest

Code

protected abstract function prepare();