You are here

abstract protected function AbstractDrupalBootTest::getExpectedCallsForNormalRequest in X Autoload 7.5

Return value

array[]

1 call to AbstractDrupalBootTest::getExpectedCallsForNormalRequest()
AbstractDrupalBootTest::testNormalRequest in tests/src/DrupalBootTest/AbstractDrupalBootTest.php
Tests a simulated regular request.
2 methods override AbstractDrupalBootTest::getExpectedCallsForNormalRequest()
DrupalBootHookTest::getExpectedCallsForNormalRequest in tests/src/DrupalBootTest/DrupalBootHookTest.php
DrupalBootTest::getExpectedCallsForNormalRequest in tests/src/DrupalBootTest/DrupalBootTest.php

File

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

Class

AbstractDrupalBootTest
@runTestsInSeparateProcesses @preserveGlobalState disabled

Namespace

Drupal\xautoload\Tests\DrupalBootTest

Code

protected abstract function getExpectedCallsForNormalRequest();