function ImageStylesPathAndUrlTest::testImageStyleUrlExtraSlash

Tests image_style_url() with a file URL that has an extra slash in it.

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php, line 90
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 testImageStyleUrlExtraSlash() {
  $this
    ->_testImageStyleUrlAndPath('public', TRUE, TRUE);
}