function ImageStylesPathAndUrlTestCase::testImageStylUrlAndPathPublicUnclean

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

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

File

drupal-7.x/modules/image/image.test, line 158
Tests for image.module.

Class

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

Code

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