| KernelTestBase::initFileCache |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Initializes the FileCache component. |
| KernelTestBase::installConfig |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Installs default configuration for a given list of modules. |
| KernelTestBase::installEntitySchema |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Installs the storage schema for a specific entity type. |
| KernelTestBase::installSchema |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Installs database tables from a module schema definition. |
| KernelTestBase::register |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Registers test-specific services. |
| KernelTestBase::render |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Renders a render array. |
| KernelTestBase::setDebugDumpHandler |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Registers the dumper CLI handler when the DebugDump extension is enabled. |
| KernelTestBase::setInstallProfile |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Sets the install profile and rebuilds the container to update it. |
| KernelTestBase::setSetting |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Sets an in-memory Settings variable. |
| KernelTestBase::setUp |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
|
| KernelTestBase::setUpFilesystem |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Sets up the filesystem, so things like the file directory. |
| KernelTestBase::tearDown |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
|
| KernelTestBase::tearDownCloseDatabaseConnection |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Additional tear down method to close the connection at the end. |
| KernelTestBase::vfsDump |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Dumps the current state of the virtual filesystem to STDOUT. |
| KernelTestBase::__construct |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
|
| KernelTestBase::__sleep |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Prevents serializing any properties. |
| KernelTestBaseDatabaseDriverModuleTest |
class |
core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php |
Tests Drupal\KernelTests\KernelTestBase. |
| KernelTestBaseDatabaseDriverModuleTest.php |
file |
core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php |
|
| KernelTestBaseDatabaseDriverModuleTest::getDatabaseConnectionInfo |
function |
core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php |
Returns the Database connection info to be used for this test. |
| KernelTestBaseDatabaseDriverModuleTest::testDatabaseDriverModuleEnabled |
function |
core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php |
Tests database driver module enabled. |
| KernelTestBaseShutdownTest |
class |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
Tests Drupal\KernelTests\KernelTestBase. |
| KernelTestBaseShutdownTest.php |
file |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
|
| KernelTestBaseShutdownTest::$expectedShutdownCalled |
property |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
Indicates which shutdown functions are expected to be called. |
| KernelTestBaseShutdownTest::$shutdownCalled |
property |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
Indicates which shutdown functions have been called. |
| KernelTestBaseShutdownTest::assertPostConditions |
function |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
|
| KernelTestBaseShutdownTest::setUp |
function |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
|
| KernelTestBaseShutdownTest::shutdownFunction |
function |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
Registers that this shutdown function has been called. |
| KernelTestBaseShutdownTest::shutdownFunction2 |
function |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
Registers that this shutdown function has been called. |
| KernelTestBaseShutdownTest::testNoShutdownFunction |
function |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
Tests no shutdown function. |
| KernelTestBaseShutdownTest::testShutdownFunction |
function |
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php |
Tests shutdown function. |
| KernelTestBaseTest |
class |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests Drupal\KernelTests\KernelTestBase. |
| KernelTestBaseTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php |
Tests Drupal\KernelTests\KernelTestBase. |
| KernelTestBaseTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php |
|
| KernelTestBaseTest.php |
file |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
|
| KernelTestBaseTest::tearDown |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
|
| KernelTestBaseTest::testBootEnvironment |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests boot environment. |
| KernelTestBaseTest::testBootKernel |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests boot kernel. |
| KernelTestBaseTest::testContainerIsolation |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests whether the fixture allows us to install modules and configuration. |
| KernelTestBaseTest::testDatabaseDriverModuleEnabled |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests database driver module enabled. |
| KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests get database connection info with out manual set db url. |
| KernelTestBaseTest::testLocalTimeZone |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests the assumption that local time is in 'Australia/Sydney'. |
| KernelTestBaseTest::testOutboundHttpRequest |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests that an outbound HTTP request can be performed inside of a test. |
| KernelTestBaseTest::testProfileModules |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Ensures KernelTestBase tests can access modules in profiles. |
| KernelTestBaseTest::testRegister |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests register. |
| KernelTestBaseTest::testRender |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests render. |
| KernelTestBaseTest::testRenderWithTheme |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests render with theme. |
| KernelTestBaseTest::testSessionOnRequest |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests that a usable session is on the request. |
| KernelTestBaseTest::testSetUp |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests set up. |
| KernelTestBaseTest::testSetUp |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php |
Tests set up. |
| KernelTestBaseTest::testSetUpBeforeClass |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Tests set up before class. |