1 image.test public ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPrivateUnclean()

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

File

core/modules/image/tests/image.test, line 168
Tests for image.module.

Class

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

Code

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