1 image.test | public ImageStylesPathAndUrlUnitTest::testImageStyleUrlAndPathPublic() |
Test image_style_url() with a file using the "public://" scheme.
File
- core/
modules/ image/ tests/ image.test, line 161 - Tests for image.module.
Class
- ImageStylesPathAndUrlUnitTest
- Tests the functions for generating paths and URLs for image styles.
Code
public function testImageStyleUrlAndPathPublic() {
$this->_testImageStyleUrlAndPath('public');
}