Test image formatters on node display for public files.
File
- drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php, line 35
- Definition of Drupal\image\Tests\ImageFieldDisplayTest.
Class
- ImageFieldDisplayTest
- Test class to check that formatters and display settings are working.
Namespace
Drupal\image\Tests
Code
function testImageFieldFormattersPublic() {
$this
->_testImageFieldFormatters('public');
}