function ImageStylesPathAndUrlTestCase::testImageStyleUrlExtraSlash

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

File

drupal/modules/image/image.test, line 190
Tests for image.module.

Class

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

Code

function testImageStyleUrlExtraSlash() {
  $this
    ->_testImageStyleUrlAndPath('public', TRUE, TRUE);
}