| RsyncValidatorTest::testPreCreateFailsIfRsyncNotFound |
function |
core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php |
Tests that the stage cannot be created if rsync is selected, but not found. |
| RsyncValidatorTest::testRsyncNotNeededForDirectWrite |
function |
core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php |
Tests that the presence of rsync is not checked in direct-write mode. |
| run-tests.sh |
file |
core/scripts/run-tests.sh |
Script for running tests on DrupalCI. |
| RunTimeRequirementsTest |
class |
core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php |
Tests the effectiveness of hook_runtime_requirements(). |
| RunTimeRequirementsTest.php |
file |
core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php |
|
| RunTimeRequirementsTest::$modules |
property |
core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php |
|
| RunTimeRequirementsTest::testRuntimeRequirements |
function |
core/modules/system/tests/src/Kernel/System/RunTimeRequirementsTest.php |
Tests hook_runtime_requirements() and hook_runtime_requirements_alter(). |
| SafeMarkupTestMarkup |
class |
core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php |
Implements MarkupInterface without implementing \Countable. |
| SafeMarkupTestMarkup::create |
function |
core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php |
Overrides MarkupTrait::create() to allow creation with empty strings. |
| SameModuleChild::testMethod |
function |
core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php |
|
| SandboxDirectoryValidatorTest |
class |
core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php |
Tests Drupal\package_manager\Validator\SandboxDirectoryValidator. |
| SandboxDirectoryValidatorTest.php |
file |
core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php |
|
| SandboxDirectoryValidatorTest::providerTestCheckNotInActive |
function |
core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php |
Data provider for testCheckNotInActive(). |
| SandboxDirectoryValidatorTest::testCheckNotInActive |
function |
core/modules/package_manager/tests/src/Unit/SandboxDirectoryValidatorTest.php |
Tests check not in active. |
| SandboxManagerBaseTest |
class |
core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php |
Tests Drupal\package_manager\SandboxManagerBase. |
| SandboxManagerBaseTest |
class |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests Drupal\package_manager\SandboxManagerBase. |
| SandboxManagerBaseTest.php |
file |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
|
| SandboxManagerBaseTest.php |
file |
core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php |
|
| SandboxManagerBaseTest::$modules |
property |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
|
| SandboxManagerBaseTest::providerFailureDuringComposerStagerOperations |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Data provider for ::testFailureDuringComposerStagerOperations(). |
| SandboxManagerBaseTest::providerStoreDestroyInfo |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Data provider for testStoreDestroyInfo(). |
| SandboxManagerBaseTest::providerValidateRequirements |
function |
core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php |
Data provider for testValidateRequirements. |
| SandboxManagerBaseTest::register |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
|
| SandboxManagerBaseTest::testCollectPathsToExclude |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that paths to exclude are collected before create and apply. |
| SandboxManagerBaseTest::testFailureCollectPathsToExclude |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that if a stage fails to get paths to exclude, throws a stage exception. |
| SandboxManagerBaseTest::testFailureCollectPathsToExcludeOnApply |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that if apply fails to get paths to exclude, throws a stage exception. |
| SandboxManagerBaseTest::testFailureDuringComposerStagerOperations |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests when Composer Stager throws an exception during an operation. |
| SandboxManagerBaseTest::testFailureMarkerFileExcluded |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that the failure marker file is excluded using a relative path. |
| SandboxManagerBaseTest::testFailureMarkerPreventsCreate |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that if a stage fails to apply, another stage cannot be created. |
| SandboxManagerBaseTest::testGetSandboxDirectory |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests get sandbox directory. |
| SandboxManagerBaseTest::testMetadata |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests metadata. |
| SandboxManagerBaseTest::testNoFailureFileOnSuccess |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that the failure marker file doesn't exist if apply succeeds. |
| SandboxManagerBaseTest::testStageDirectoryDeletedDuringCron |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that destroyed stage directories are actually deleted during cron. |
| SandboxManagerBaseTest::testStageDirectoryExists |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests stage directory exists. |
| SandboxManagerBaseTest::testStoreDestroyInfo |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests exceptions thrown because of previously destroyed stage. |
| SandboxManagerBaseTest::testTempStoreMessageExpired |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests exception message once temp store message has expired. |
| SandboxManagerBaseTest::testTimeouts |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests that Composer Stager is invoked with a long timeout. |
| SandboxManagerBaseTest::testTypeMustBeExplicitlyOverridden |
function |
core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php |
Tests type must be explicitly overridden. |
| SandboxManagerBaseTest::testUncreatedGetSandboxDirectory |
function |
core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php |
Tests uncreated get sandbox directory. |
| SandboxManagerBaseTest::testValidateRequirements |
function |
core/modules/package_manager/tests/src/Unit/SandboxManagerBaseTest.php |
Tests validate requirements. |
| SanitizeNameTest |
class |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
Filename sanitization tests. |
| SanitizeNameTest.php |
file |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
|
| SanitizeNameTest::provideFilenames |
function |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
Provides data for testFileNameTransliteration(). |
| SanitizeNameTest::testFileNameTransliteration |
function |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
Test file name sanitization. |
| SaveActionTest |
class |
core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php |
Tests Save Action. |
| SaveActionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php |
|
| SaveActionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php |
|
| SaveActionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php |
|
| SaveActionTest::testGetDerivativeDefinitions |
function |
core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php |
Tests get derivative definitions. |
| SaveActionTest::testSaveAction |
function |
core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php |
Tests save action. |