function ImageStylesPathAndUrlTestCase::testImageStyleUrlExtraSlash

7.x image.test ImageStylesPathAndUrlTestCase::testImageStyleUrlExtraSlash()

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

File

drupal-7.x/modules/image/image.test, line 172
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);
}