| RecipeEventsTest::onRecipeApply |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php |
Handles a recipe apply event for testing. |
| RecipeEventsTest::register |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php |
|
| RecipeEventsTest::testRecipeAppliedEvent |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php |
Tests the recipe applied event. |
| RecipeFormInputTest |
class |
core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php |
Tests Recipe Form Input. |
| RecipeFormInputTest.php |
file |
core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php |
|
| RecipeFormInputTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php |
|
| RecipeFormInputTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php |
|
| RecipeFormInputTest::testRecipeInputViaForm |
function |
core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php |
Tests collecting recipe input via a form. |
| RecipeMultipleModulesConfigStorageTest |
class |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests RecipeMultipleModulesConfigStorage. |
| RecipeMultipleModulesConfigStorageTest.php |
file |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
|
| RecipeMultipleModulesConfigStorageTest::$extensionList |
property |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
The mocked module extension list. |
| RecipeMultipleModulesConfigStorageTest::setUp |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
|
| RecipeMultipleModulesConfigStorageTest::testCreateCollection |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests createCollection() returns a new instance with the given collection. |
| RecipeMultipleModulesConfigStorageTest::testCreateCollectionReadsFromSubdirectories |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests createCollection() reads from collection subdirectories. |
| RecipeMultipleModulesConfigStorageTest::testCreateFromModuleListEmpty |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests createFromModuleList() throws when given an empty module list. |
| RecipeMultipleModulesConfigStorageTest::testDecode |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests decode(). |
| RecipeMultipleModulesConfigStorageTest::testEncode |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests encode() delegates to underlying FileStorage. |
| RecipeMultipleModulesConfigStorageTest::testExists |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests exists() returns TRUE when config is in any directory. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNames |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests getAllCollectionNames() merges and deduplicates from all directories. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNamesEmpty |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests getAllCollectionNames() returns empty when no collections exist. |
| RecipeMultipleModulesConfigStorageTest::testGetCollectionNameDefault |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests getCollectionName() returns the default collection. |
| RecipeMultipleModulesConfigStorageTest::testListAll |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests listAll() merges results from all directories. |
| RecipeMultipleModulesConfigStorageTest::testListAllWithPrefix |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests listAll() with a prefix filter. |
| RecipeMultipleModulesConfigStorageTest::testRead |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests read() returns from the first directory that has the config. |
| RecipeMultipleModulesConfigStorageTest::testReadMultiple |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests readMultiple() reads from across all directories. |
| RecipeMultipleModulesConfigStorageTest::testReadMultipleEmpty |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests readMultiple() with an empty names array. |
| RecipeMultipleModulesConfigStorageTest::testReadSafety |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests read() safety: only read from the correct storage. |
| RecipeMultipleModulesConfigStorageTest::testSimilarModuleNameIsolation |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests that modules with similar name prefixes are correctly isolated. |
| RecipeMultipleModulesConfigStorageTest::testUnsupportedMethods |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests that write operations throw BadMethodCallException. |
| RecipeQuickStartTest |
class |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
Tests the quick-start command with recipes. |
| RecipeQuickStartTest.php |
file |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
|
| RecipeQuickStartTest::$php |
property |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
The PHP executable path. |
| RecipeQuickStartTest::$testDb |
property |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
A test database object. |
| RecipeQuickStartTest::fileUnmanagedDeleteRecursive |
function |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
Deletes all files and directories in the specified path recursively. |
| RecipeQuickStartTest::setUp |
function |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
|
| RecipeQuickStartTest::tearDown |
function |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
|
| RecipeQuickStartTest::testQuickStartRecipeCommand |
function |
core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php |
Tests the quick-start command with a recipe. |
| RecipeRunnerTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests Drupal\Core\Recipe\RecipeRunner. |
| RecipeRunnerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
|
| RecipeRunnerTest::testApplySameRecipe |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests applying a recipe multiple times. |
| RecipeRunnerTest::testConfigActions |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe that has actions. |
| RecipeRunnerTest::testConfigActionsPreExistingConfig |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe that has actions and with pre-existing configuration. |
| RecipeRunnerTest::testConfigFromModule |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests module configuration after processing a recipe. |
| RecipeRunnerTest::testConfigFromModuleAndRecipe |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests installing config from a module and a recipe. |
| RecipeRunnerTest::testConfigWildcard |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests processing a recipe with a wildcard configuration. |
| RecipeRunnerTest::testInvalidConfigAction |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe with an invalid configuration action. |
| RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests a recipe with an invalid action configuration. |
| RecipeRunnerTest::testModuleAndThemeInstall |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests modules and themes installed after processing a recipe. |
| RecipeRunnerTest::testModuleConfigurationOverride |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests configuration override after processing a recipe. |
| RecipeRunnerTest::testModuleInstall |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests modules installed after processing a recipe. |