| TestSiteClaroInstallTestScript.php |
file |
core/tests/Drupal/TestSite/TestSiteClaroInstallTestScript.php |
|
| TestSiteClaroInstallTestScript::setup |
function |
core/tests/Drupal/TestSite/TestSiteClaroInstallTestScript.php |
Run the code to setup the test environment. |
| TestSiteConfigurationExcluder |
class |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php |
A test version of the site configuration excluder, to expose internals. |
| TestSiteConfigurationExcluder::$sitePath |
property |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php |
The site path. |
| TestSiteExcluder |
class |
core/modules/package_manager/src/PathExcluder/TestSiteExcluder.php |
Excludes 'sites/simpletest' from stage operations. |
| TestSiteExcluder.php |
file |
core/modules/package_manager/src/PathExcluder/TestSiteExcluder.php |
|
| TestSiteExcluder::excludeTestSites |
function |
core/modules/package_manager/src/PathExcluder/TestSiteExcluder.php |
Excludes sites/simpletest from stage operations. |
| TestSiteExcluder::getSubscribedEvents |
function |
core/modules/package_manager/src/PathExcluder/TestSiteExcluder.php |
|
| TestSiteExcluderTest |
class |
core/modules/package_manager/tests/src/Kernel/PathExcluder/TestSiteExcluderTest.php |
Tests Site Excluder. |
| TestSiteExcluderTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PathExcluder/TestSiteExcluderTest.php |
|
| TestSiteExcluderTest::testTestSitesExcluded |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/TestSiteExcluderTest.php |
Tests that test site directories are excluded from stage operations. |
| TestSiteInstallCommand |
class |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Command to create a test Drupal site. |
| TestSiteInstallCommand.php |
file |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
|
| TestSiteInstallCommand::$baseUrl |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The base URL. |
| TestSiteInstallCommand::$configImporter |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The config importer that can be used in a test. |
| TestSiteInstallCommand::$defaultTheme |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The theme to install as the default for testing. |
| TestSiteInstallCommand::$langcode |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The language to install the site in. |
| TestSiteInstallCommand::$originalShutdownCallbacks |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The original array of shutdown function callbacks. |
| TestSiteInstallCommand::$profile |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The install profile to use. |
| TestSiteInstallCommand::$root |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
The Drupal root directory. |
| TestSiteInstallCommand::$timeLimit |
property |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Time limit in seconds for the test. |
| TestSiteInstallCommand::changeDatabasePrefix |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Changes the database connection to the prefixed one. |
| TestSiteInstallCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
|
| TestSiteInstallCommand::ensureDirectory |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Ensures that the sites/simpletest directory exists and is writable. |
| TestSiteInstallCommand::execute |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
|
| TestSiteInstallCommand::executePreinstallClass |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Uses the setup file to configure the environment prior to install. |
| TestSiteInstallCommand::executeSetupClass |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Uses the setup file to configure Drupal. |
| TestSiteInstallCommand::getSetupClass |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Gets the setup class. |
| TestSiteInstallCommand::installDrupal |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Installs Drupal into the test site. |
| TestSiteInstallCommand::installParameters |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
|
| TestSiteInstallCommand::prepareDatabasePrefix |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Generates a database prefix for the site installation. |
| TestSiteInstallCommand::setup |
function |
core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php |
Creates a test drupal installation. |
| TestSiteInstallTestScript |
class |
core/tests/Drupal/TestSite/TestSiteInstallTestScript.php |
Setup file used by TestSiteApplicationTest. |
| TestSiteInstallTestScript.php |
file |
core/tests/Drupal/TestSite/TestSiteInstallTestScript.php |
|
| TestSiteInstallTestScript::setup |
function |
core/tests/Drupal/TestSite/TestSiteInstallTestScript.php |
Run the code to setup the test environment. |
| TestSiteMultilingualInstallTestScript |
class |
core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php |
Setup file used by TestSiteApplicationTest. |
| TestSiteMultilingualInstallTestScript.php |
file |
core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php |
|
| TestSiteMultilingualInstallTestScript::preinstall |
function |
core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php |
Runs code prior to a test site install. |
| TestSiteMultilingualInstallTestScript::setup |
function |
core/tests/Drupal/TestSite/TestSiteMultilingualInstallTestScript.php |
Run the code to setup the test environment. |
| TestSiteOliveroInstallTestScript |
class |
core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php |
Setup file used by TestSiteInstallTestScript. |
| TestSiteOliveroInstallTestScript |
class |
core/modules/search/tests/src/Nightwatch/Tests/Olivero/TestSiteOliveroInstallTestScript.php |
Setup file used by TestSiteInstallTestScript. |
| TestSiteOliveroInstallTestScript.php |
file |
core/modules/search/tests/src/Nightwatch/Tests/Olivero/TestSiteOliveroInstallTestScript.php |
|
| TestSiteOliveroInstallTestScript.php |
file |
core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php |
|
| TestSiteOliveroInstallTestScript::setup |
function |
core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php |
Run the code to setup the test environment. |
| TestSiteOliveroInstallTestScript::setup |
function |
core/modules/search/tests/src/Nightwatch/Tests/Olivero/TestSiteOliveroInstallTestScript.php |
Run the code to setup the test environment. |
| TestSiteReleaseLocksCommand |
class |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
Command to release all test site database prefix locks. |
| TestSiteReleaseLocksCommand.php |
file |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
| TestSiteReleaseLocksCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
| TestSiteReleaseLocksCommand::execute |
function |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
| TestSiteTearDownCommand |
class |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
Command to tear down a test Drupal site. |