public function ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic in Drupal 8
Same name and namespace in other branches
- 9 core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php \Drupal\Tests\image\Functional\ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic()
Tests an image style URL using the "public://" scheme.
File
- core/
modules/ image/ tests/ src/ Functional/ ImageStylesPathAndUrlTest.php, line 76
Class
- ImageStylesPathAndUrlTest
- Tests the functions for generating paths and URLs for image styles.
Namespace
Drupal\Tests\image\FunctionalCode
public function testImageStyleUrlAndPathPublic() {
$this
->doImageStyleUrlAndPathTests('public');
}