function GenericRecipeTestBase::doApply
Applies the recipe under test.
1 call to GenericRecipeTestBase::doApply()
- GenericRecipeTestBase::testRecipeCanBeApplied in core/
modules/ system/ tests/ src/ Functional/ Recipe/ GenericRecipeTestBase.php - Tests that this recipe can be applied multiple times.
File
-
core/
modules/ system/ tests/ src/ Functional/ Recipe/ GenericRecipeTestBase.php, line 41
Class
- GenericRecipeTestBase
- Runs a series of generic tests for one recipe.
Namespace
Drupal\Tests\system\Functional\RecipeCode
protected function doApply() : void {
$this->applyRecipe($this->getRecipePath());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.