function ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivate

7.x image.test ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivate()

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

File

drupal-7.x/modules/image/image.test, line 151
Tests for image.module.

Class

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

Code

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