HummingBirdAnimeClient/tests/AnimeClient/Helper/__snapshots__/PictureHelperTest__testPict...

4 lines
330 B
PHP
Raw Normal View History

2022-03-04 12:19:47 -05:00
<?php declare(strict_types=1);
return '<picture loading="lazy"><source srcset="https://localhost/assets/images/placeholder.webp" type="image/webp" /><source srcset="https://localhost/assets/images/placeholder.png" type="image/png" /><img src="https://localhost/assets/images/placeholder.png" alt="" loading="lazy" /></picture>';