function StandardRecipeTest::installResponsiveImage

Same name in other branches
  1. 10 core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php \Drupal\FunctionalTests\Core\Recipe\StandardRecipeTest::installResponsiveImage()

Overrides StandardTestTrait::installResponsiveImage

File

core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php, line 135

Class

StandardRecipeTest
Tests Standard recipe installation expectations.

Namespace

Drupal\FunctionalTests\Core\Recipe

Code

protected function installResponsiveImage() : void {
    // Overrides StandardTest::installResponsiveImage() in order to use the
    // recipe.
    $this->applyRecipe('core/recipes/standard_responsive_images');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.