You are here

public function ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateLanguage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php \Drupal\Tests\image\Functional\ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateLanguage()

Tests an image style URL with the "private://" schema and language prefix.

File

core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php, line 111

Class

ImageStylesPathAndUrlTest
Tests the functions for generating paths and URLs for image styles.

Namespace

Drupal\Tests\image\Functional

Code

public function testImageStyleUrlAndPathPrivateLanguage() {
  $this
    ->doImageStyleUrlAndPathTests('private', TRUE, TRUE, 'fr');
}