function ImageStylesPathAndUrlTestCase::testImageStyleUrlExtraSlash

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

File

modules/image/image.test, line 195

Class

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

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.