| ExtractTest::providerTestExtractInvalid |
function |
core/modules/migrate/tests/src/Unit/process/ExtractTest.php |
Provides data for the testExtractInvalid. |
| ExtractTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/ExtractTest.php |
|
| ExtractTest::testExtract |
function |
core/modules/migrate/tests/src/Unit/process/ExtractTest.php |
Tests successful extraction. |
| ExtractTest::testExtractDefault |
function |
core/modules/migrate/tests/src/Unit/process/ExtractTest.php |
Test the extract plugin with default values. |
| ExtractTest::testExtractFail |
function |
core/modules/migrate/tests/src/Unit/process/ExtractTest.php |
Tests unsuccessful extraction. |
| ExtractTest::testExtractFailDefault |
function |
core/modules/migrate/tests/src/Unit/process/ExtractTest.php |
Tests unsuccessful extraction. |
| ExtractTest::testExtractInvalid |
function |
core/modules/migrate/tests/src/Unit/process/ExtractTest.php |
Tests invalid input. |
| ExtractTest::testMultipleValueExplode |
function |
core/modules/migrate/tests/src/Kernel/process/ExtractTest.php |
Tests multiple value handling. |
| FactoryTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php |
Tests that plugins are correctly instantiated. |
| FactoryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php |
|
| FactoryTest::testDefaultFactory |
function |
core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php |
Tests that DefaultFactory can create a plugin instance. |
| FactoryTest::testReflectionFactory |
function |
core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php |
Tests that the Reflection factory can create a plugin instance. |
| FailureMarkerRequirementTest |
class |
core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php |
Tests that Package Manager's requirements check for the failure marker. |
| FailureMarkerRequirementTest.php |
file |
core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php |
|
| FailureMarkerRequirementTest::$modules |
property |
core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php |
Modules to install. |
| FailureMarkerRequirementTest::testFailureMarkerExists |
function |
core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php |
Tests that error is shown if failure marker already exists. |
| FailureMarkerTest |
class |
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php |
Tests Drupal\package_manager\FailureMarker. |
| FailureMarkerTest.php |
file |
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php |
|
| FailureMarkerTest::testAssertNotExists |
function |
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php |
Tests that the failure marker can contain an exception message. |
| FailureMarkerTest::testExceptionForInvalidYaml |
function |
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php |
Tests that an exception is thrown if the marker file contains invalid YAML. |
| FailureMarkerTest::testGetMessageWithoutThrowable |
function |
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php |
Tests get message without throwable. |
| FailureMarkerTest::testGetMessageWithThrowable |
function |
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php |
Tests get message with throwable. |
| FailureMarkerTest::testMarkerFileIsExcluded |
function |
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php |
Tests marker file is excluded. |
| FakeSiteFixtureTest |
class |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Test that the 'fake-site' fixture is a valid starting point. |
| FakeSiteFixtureTest.php |
file |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
|
| FakeSiteFixtureTest::getExpectedFakeSitePackages |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Gets the expected packages in the `fake_site` fixture. |
| FakeSiteFixtureTest::testCallToComposerInspectorMethods |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Tests calls to ComposerInspector class methods. |
| FakeSiteFixtureTest::testCallToRemovePackage |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Tests if `removePackage` can be called on all packages in the fixture. |
| FakeSiteFixtureTest::testCallToSetVersion |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Tests if `setVersion` can be called on all packages in the fixture. |
| FakeSiteFixtureTest::testComposerShow |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Tests that Composer show command can be used on the fixture. |
| FakeSiteFixtureTest::testComposerValidate |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Tests that the fixture passes `composer validate`. |
| FakeSiteFixtureTest::testExpectedPackages |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Checks that the expected packages are installed in the fake site fixture. |
| FakeSiteFixtureTest::testLifeCycle |
function |
core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php |
Tests the complete stage life cycle using the 'fake-site' fixture. |
| Fast404Test |
class |
core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php |
Tests the fast 404 functionality. |
| Fast404Test.php |
file |
core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php |
|
| Fast404Test::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php |
The theme to install as the default for testing. |
| Fast404Test::$modules |
property |
core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php |
Modules to install. |
| Fast404Test::testFast404 |
function |
core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php |
Tests the fast 404 functionality. |
| Fast404Test::testFast404PrivateFiles |
function |
core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php |
Tests the fast 404 functionality. |
| FavoriteAnimalTestForm |
class |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
Form that performs favorite animal test. |
| FavoriteAnimalTestForm.php |
file |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
|
| FavoriteAnimalTestForm::buildForm |
function |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
Form constructor. |
| FavoriteAnimalTestForm::getFormId |
function |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
Returns a unique string identifying the form. |
| FavoriteAnimalTestForm::submitForm |
function |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
Form submission handler. |
| FetchLegacyTest |
class |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Tests the Database system's various fetch capabilities. |
| FetchLegacyTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
|
| FetchLegacyTest::testQueryFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Tests ::fetchAllAssoc(). |
| FetchLegacyTest::testQueryFetchAllColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch all records into an array explicitly. |
| FetchLegacyTest::testQueryFetchArray |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a record to an associative array explicitly. |
| FetchLegacyTest::testQueryFetchColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a single column value. |