1 image.test public ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPrivate()

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

File

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

Class

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

Code

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