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

Test image_style_url() with the "private://" schema and unclean URLs.

File

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

Class

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

Code

function testImageStyleUrlAndPathPrivateUnclean() {
  $this->_testImageStyleUrlAndPath('private', FALSE);
}