1.20.x image.test | ImageFieldDisplayTestCase::testImageFieldFormattersPublic() |
Test image formatters on node display for public files.
File
- modules/
image/ tests/ image.test, line 709 - Tests for image.module.
Class
- ImageFieldDisplayTestCase
- Test class to check that formatters and display settings are working.
Code
function testImageFieldFormattersPublic() {
$this->_testImageFieldFormatters('public');
}