| 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. |
| RecipeRunnerTest::testRecipeInclude |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests processing a recipe that includes another recipe. |
| RecipeRunnerTest::testRecipesAreDisambiguatedByPath |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests recipes are distinguished by the file path. |
| RecipeRunnerTest::testRenamedConfigActions |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests that renamed plugins are marked as deprecated. |
| RecipeRunnerTest::testThemeModuleDependenciesInstall |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php |
Tests module and theme dependencies installed after processing a recipe. |
| RecipeTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests Drupal\Core\Recipe\Recipe. |
| RecipeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
|
| RecipeTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Modules to install. |
| RecipeTest::testCreateFromDirectory2 |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests create from directory 2. |
| RecipeTest::testCreateFromDirectoryNoRecipe |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests creating a recipe from an empty directory. |
| RecipeTest::testExampleRecipe |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests processing a recipe. |
| RecipeTest::testExtra |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests getting extra extension-specific info from a recipe. |
| RecipeTest::testImplicitlyRequiredModule |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests creating a recipe with a missing implicitly required module. |
| RecipeTest::testPreExistingDifferentConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests creating a pre-existing configuration with a different configuration. |
| RecipeTest::testPreExistingMatchingConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php |
Tests creating an existing configuration with the same configuration. |
| RecipeTestTrait |
trait |
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php |
Contains helper methods for interacting with recipes in functional tests. |
| RecipeTestTrait.php |
file |
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php |
|
| RecipeTestTrait::alterRecipe |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php |
Alters an existing recipe. |
| RecipeTestTrait::applyRecipe |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php |
Applies a recipe to the site. |
| RecipeTestTrait::createRecipe |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php |
Creates a recipe in a temporary directory. |
| RecipeTestTrait::runDrupalCommand |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php |
Runs the `core/scripts/dr` script with the given arguments. |
| RecipeValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php |
Tests Recipe Validation. |
| RecipeValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php |
|
| RecipeValidationTest::providerRecipeValidation |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php |
Data provider for ::testRecipeValidation(). |
| RecipeValidationTest::testRecipeValidation |
function |
core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php |
Tests the validation of recipe.yml file. |
| RectangleTest |
class |
core/tests/Drupal/Tests/Component/Utility/RectangleTest.php |
Tests Drupal\Component\Utility\Rectangle. |
| RectangleTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/RectangleTest.php |
|
| RectangleTest::providerPhp55RotateDimensions |
function |
core/tests/Drupal/Tests/Component/Utility/RectangleTest.php |
Provides data for image dimension rotation tests. |
| RectangleTest::testRotateDimensions |
function |
core/tests/Drupal/Tests/Component/Utility/RectangleTest.php |
Tests getting rectangle dimensions after a rotation operation. |
| RectangleTest::testWrongHeight |
function |
core/tests/Drupal/Tests/Component/Utility/RectangleTest.php |
Tests wrong rectangle height. |
| RectangleTest::testWrongWidth |
function |
core/tests/Drupal/Tests/Component/Utility/RectangleTest.php |
Tests wrong rectangle width. |