You are here

function ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPublic in Drupal 7

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

File

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

Class

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

Code

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