1.20.x image.test ImageStylesPathAndUrlUnitTest::testImageStylUrlAndPathPublicUnclean()

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

File

modules/image/tests/image.test, line 155
Tests for image.module.

Class

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

Code

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