function ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php \Drupal\image\Tests\ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean()
Tests an image style URL with the "public://" scheme and unclean URLs.
File
- core/
modules/ image/ src/ Tests/ ImageStylesPathAndUrlTest.php, line 69 - Contains \Drupal\image\Tests\ImageStylesPathAndUrlTest.
Class
- ImageStylesPathAndUrlTest
- Tests the functions for generating paths and URLs for image styles.
Namespace
Drupal\image\TestsCode
function testImageStyleUrlAndPathPublicUnclean() {
$this
->doImageStyleUrlAndPathTests('public', FALSE);
}