function ImageFieldDisplayTestCase::testImageFieldFormattersPublic

7.x image.test ImageFieldDisplayTestCase::testImageFieldFormattersPublic()

Test image formatters on node display for public files.

File

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

Class

ImageFieldDisplayTestCase
Test class to check that formatters and display settings are working.

Code

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