function ImageStylesPathAndUrlTest::testImageStylUrlAndPathPublicUnclean

Test image_style_url() with the "public://" scheme and unclean URLs.

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php, line 75
Definition of Drupal\image\Tests\ImageStylesPathAndUrlTest.

Class

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

Namespace

Drupal\image\Tests

Code

function testImageStylUrlAndPathPublicUnclean() {
  $this
    ->_testImageStyleUrlAndPath('public', FALSE);
}