You are here

public function ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean in Drupal 9

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

Tests an image style URL with the "public://" scheme and unclean URLs.

File

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

Class

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

Namespace

Drupal\Tests\image\Functional

Code

public function testImageStyleUrlAndPathPublicUnclean() {
  $this
    ->doImageStyleUrlAndPathTests('public', FALSE);
}