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