| DrupalKernelRequestStackTest::onRequest |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php |
Records the current request and master request for testing. |
| DrupalKernelRequestStackTest::register |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php |
Registers test-specific services. |
| DrupalKernelRequestStackTest::testRequestStackHandling |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php |
Tests request stack when sub requests are made. |
| DrupalKernelSiteTest |
class |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php |
Tests site-specific service overrides. |
| DrupalKernelSiteTest.php |
file |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php |
|
| DrupalKernelSiteTest::testServicesYml |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php |
Tests services.yml in site directory. |
| DrupalKernelTest |
class |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Tests DIC compilation to disk. |
| DrupalKernelTest |
class |
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php |
Tests Drupal\Core\DrupalKernel. |
| DrupalKernelTest.php |
file |
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php |
|
| DrupalKernelTest.php |
file |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
|
| DrupalKernelTest::bootKernel |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Bootstraps a kernel for a test. |
| DrupalKernelTest::getTestKernel |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Build a kernel for testings. |
| DrupalKernelTest::providerClassLoaderAutoDetect |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Data provider for self::testClassLoaderAutoDetect. |
| DrupalKernelTest::providerTestTrustedHosts |
function |
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php |
Provides test data for testTrustedHosts(). |
| DrupalKernelTest::tearDown |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
|
| DrupalKernelTest::testClassLoaderAutoDetect |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Tests class_loader_auto_detect setting. |
| DrupalKernelTest::testCompileDIC |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Tests DIC compilation. |
| DrupalKernelTest::testFindSitePath |
function |
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php |
Tests site path finding. |
| DrupalKernelTest::testLocale |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Tests system locale. |
| DrupalKernelTest::testPreventChangeOfSitePath |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Tests setting of site path after kernel boot. |
| DrupalKernelTest::testRepeatedBootWithDifferentEnvironment |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Tests repeated loading of compiled DIC with different environment. |
| DrupalKernelTest::testResetContainer |
function |
core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php |
Tests reset container. |
| DrupalKernelTest::testTrustedHosts |
function |
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php |
Tests hostname validation with settings. |
| DrupalKernelTest::testUnBootedTerminate |
function |
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php |
Tests un booted terminate. |
| DrupalLogErrorTest |
class |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
Tests logging of errors in core/error.inc. |
| DrupalLogErrorTest.php |
file |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
|
| DrupalLogErrorTest::getScriptBody |
function |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
|
| DrupalLogErrorTest::provideFatalExitCodeData |
function |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
|
| DrupalLogErrorTest::testFatalExitCode |
function |
core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php |
Tests that fatal errors return a non-zero exit code. |
| DrupalMessengerServiceTest |
class |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
Tests the Messenger service. |
| DrupalMessengerServiceTest.php |
file |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
|
| DrupalMessengerServiceTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
The theme to install as the default for testing. |
| DrupalMessengerServiceTest::$modules |
property |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
Modules to install. |
| DrupalMessengerServiceTest::testDrupalMessengerService |
function |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
Tests Messenger service. |
| DrupalMessengerServiceTest::testStatusMessageAssertions |
function |
core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php |
Tests assertion methods in WebAssert related to status messages. |
| DrupalSelenium2DriverTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php |
Tests the DrupalSelenium2Driver methods. |
| DrupalSelenium2DriverTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php |
|
| DrupalSelenium2DriverTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php |
The theme to install as the default for testing. |
| DrupalSelenium2DriverTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php |
Modules to install. |
| DrupalSelenium2DriverTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php |
|
| DrupalSelenium2DriverTest::testGetRemoteFilePath |
function |
core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php |
Tests uploading remote files. |
| DrupalSqlBaseTest |
class |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
Tests Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase. |
| DrupalSqlBaseTest.php |
file |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
|
| DrupalSqlBaseTest::$base |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
The DrupalSqlBase object. |
| DrupalSqlBaseTest::$databaseContents |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
Minimum database contents needed to test DrupalSqlBase. |
| DrupalSqlBaseTest::$entityTypeManager |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
Mock entity type manager. |
| DrupalSqlBaseTest::$migrationConfiguration |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
Define bare minimum migration configuration. |
| DrupalSqlBaseTest::$pluginDefinition |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
The plugin definition. |
| DrupalSqlBaseTest::$state |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
Mock StateInterface. |
| DrupalSqlBaseTest::providerMinimumVersion |
function |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
Provides data for testMinimumVersion. |