function ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPublic

Test image_style_url() with a file using the "public://" scheme.

File

modules/image/image.test, line 167

Class

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

Code

function testImageStyleUrlAndPathPublic() {
    $this->_testImageStyleUrlAndPath('public');
}

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