You are here

function ImageStylesPathAndUrlTestCase::testImageStylUrlAndPathPublicUnclean in Drupal 7

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

File

modules/image/image.test, line 176
Tests for image.module.

Class

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

Code

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