You are here

function ImageFieldDisplayTest::testImageFieldFormattersPublic in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/image/src/Tests/ImageFieldDisplayTest.php \Drupal\image\Tests\ImageFieldDisplayTest::testImageFieldFormattersPublic()

Test image formatters on node display for public files.

File

core/modules/image/src/Tests/ImageFieldDisplayTest.php, line 34
Contains \Drupal\image\Tests\ImageFieldDisplayTest.

Class

ImageFieldDisplayTest
Tests the display of image fields.

Namespace

Drupal\image\Tests

Code

function testImageFieldFormattersPublic() {
  $this
    ->_testImageFieldFormatters('public');
}