HummingBirdAnimeClient/tests/AnimeClient/Helper/__snapshots__/PictureHelperTest__testPictureHelper with data set Full webp URL__1.php
Timothy J. Warren e4a793306d
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Reformat test suite files
2022-03-04 12:19:47 -05:00

4 lines
289 B
PHP

<?php declare(strict_types=1);
return '<picture loading="lazy"><source srcset="https://www.example.com/image.webp" type="image/webp" /><source srcset="https://www.example.com/image.jpg" type="image/jpeg" /><img src="https://www.example.com/image.jpg" alt="" loading="lazy" /></picture>';