function ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate

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

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php, line 68
Definition of Drupal\image\Tests\ImageStylesPathAndUrlTest.

Class

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

Namespace

Drupal\image\Tests

Code

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