function ImageStylesPathAndUrlTestCase::testImageStylUrlAndPathPublicUnclean

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

File

modules/image/image.test, line 181

Class

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

Code

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

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