| SiteMaintenanceTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
The theme to install as the default for testing. |
| SiteMaintenanceTest::$modules |
property |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
Modules to install. |
| SiteMaintenanceTest::$user |
property |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
User allowed to access site in maintenance mode. |
| SiteMaintenanceTest::setUp |
function |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
|
| SiteMaintenanceTest::testNonHtmlRequest |
function |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
Tests responses to non-HTML requests when in maintenance mode. |
| SiteMaintenanceTest::testSiteMaintenance |
function |
core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php |
Verifies site maintenance mode functionality. |
| SiteNameTest |
class |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
Tests that the site name can be set during a non-interactive installation. |
| SiteNameTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
|
| SiteNameTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
The theme to install as the default for testing. |
| SiteNameTest::$siteName |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
The site name to be used when testing. |
| SiteNameTest::installParameters |
function |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
Returns the parameters that will be used when the test installs Drupal. |
| SiteNameTest::testSiteName |
function |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
Tests that the desired site name appears on the page after installation. |
| SitesDirectoryHardeningTest |
class |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
Tests Drupal permissions hardening of /sites subdirectories. |
| SitesDirectoryHardeningTest.php |
file |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
|
| SitesDirectoryHardeningTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
The theme to install as the default for testing. |
| SitesDirectoryHardeningTest::checkSystemRequirements |
function |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
Checks system runtime requirements. |
| SitesDirectoryHardeningTest::makeWritable |
function |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
Makes the given path and settings file writable. |
| SitesDirectoryHardeningTest::settingsFile |
function |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
Returns the path to settings.php. |
| SitesDirectoryHardeningTest::testSitesDirectoryHardening |
function |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
Tests the default behavior to restrict directory permissions is enforced. |
| SitesDirectoryHardeningTest::testSitesDirectoryHardeningConfig |
function |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
Tests writable files remain writable when directory hardening is disabled. |
| SiteSettingsFormTest |
class |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
Tests the extension of the site settings form. |
| SiteSettingsFormTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
|
| SiteSettingsFormTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
The theme to install as the default for testing. |
| SiteSettingsFormTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
Modules to install. |
| SiteSettingsFormTest::testSiteSettingsForm |
function |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
Confirms that the form is extensible. |
| SkipOnEmptyTest |
class |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests the skip on empty process plugin. |
| SkipOnEmptyTest.php |
file |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
|
| SkipOnEmptyTest::testMultipleTransforms |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests repeated execution of a process plugin resets the pipeline stoppage. |
| SkipOnEmptyTest::testProcessBypassesOnNonEmpty |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests process bypasses on non empty. |
| SkipOnEmptyTest::testProcessSkipsOnEmpty |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests process skips on empty. |
| SkipOnEmptyTest::testRowBypassesOnNonEmpty |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests row bypasses on non empty. |
| SkipOnEmptyTest::testRowSkipsOnEmpty |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests row skips on empty. |
| SkipOnEmptyTest::testRowSkipWithMessage |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests that a skip row exception with a message is raised. |
| SkipOnEmptyTest::testRowSkipWithoutMessage |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests that a skip row exception without a message is raised. |
| SkipOpTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php |
Tests Drupal\Composer\Plugin\Scaffold\Operations\SkipOp. |
| SkipOpTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php |
|
| SkipOpTest::testProcess |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php |
Tests process. |
| SkipRowIfNotSetTest |
class |
core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php |
Tests the skip row if not set process plugin. |
| SkipRowIfNotSetTest.php |
file |
core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php |
|
| SkipRowIfNotSetTest::testRowSkipWithMessage |
function |
core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php |
Tests that a skip row exception with a message is raised. |
| SkipRowIfNotSetTest::testRowSkipWithoutMessage |
function |
core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php |
Tests that a skip row exception without a message is raised. |
| SmartDefaultSettingsTest |
class |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Tests Drupal\ckeditor5\SmartDefaultSettings. |
| SmartDefaultSettingsTest |
class |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Tests Smart Default Settings. |
| SmartDefaultSettingsTest.php |
file |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
|
| SmartDefaultSettingsTest.php |
file |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
|
| SmartDefaultSettingsTest::$database |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The database connection used. |
| SmartDefaultSettingsTest::$manager |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The manager for "CKEditor 5 plugin" plugins. |
| SmartDefaultSettingsTest::$modules |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Modules to install. |
| SmartDefaultSettingsTest::$parser |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The message's placeholders parser. |
| SmartDefaultSettingsTest::$smartDefaultSettings |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Smart default settings utility. |