function ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPrivateUnclean

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

Archivo

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

Class

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

Código

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