| 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. |
| SmartDefaultSettingsTest::$strictConfigSchema |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Exempt from strict schema checking, because using CKEditor 4. |
| SmartDefaultSettingsTest::$testLogServiceName |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The service name for a logger implementation that collects anything logged. |
| SmartDefaultSettingsTest::$typedConfig |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The typed config manager. |
| SmartDefaultSettingsTest::editorInfoAlter |
function |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Implements hook_editor_info_alter(). |
| SmartDefaultSettingsTest::provider |
function |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Data provider. |
| SmartDefaultSettingsTest::providerCandidates |
function |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Data provider for testing getCandidates() and ::selectCandidate(). |
| SmartDefaultSettingsTest::providerSurplusScore |
function |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Data provider for testing computeSurplusScore(). |
| SmartDefaultSettingsTest::register |
function |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Registers test-specific services. |
| SmartDefaultSettingsTest::setUp |
function |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
|
| SmartDefaultSettingsTest::test |
function |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Tests the CKEditor 5 default settings conversion. |
| SmartDefaultSettingsTest::testCandidates |
function |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Tests candidates. |
| SmartDefaultSettingsTest::testSurplusScore |
function |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Tests surplus score. |
| SomeClass::TEST |
constant |
core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php |
|
| SomeClass::testMethod |
function |
core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php |
|
| SortableTestTrait |
trait |
core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php |
Provides functions for simulating sort changes. |
| SortableTestTrait.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php |
|