function ImageStylesPathAndUrlTestCase::testImageStyleUrlAndPathPublic
Test image_style_url() with a file using the "public://" scheme.
Archivo
- drupal-7.x/
modules/ image/ image.test, line 144 - Tests for image.module.
Class
- ImageStylesPathAndUrlTestCase
- Tests the functions for generating paths and URLs for image styles.
Código
function testImageStyleUrlAndPathPublic() {
$this->_testImageStyleUrlAndPath('public');
}