HummingBirdAnimeClient/tests/AnimeClient/Helper/__snapshots__/PictureHelperTest__testPictureHelper with data set Full webp URL__1.php
Timothy J Warren 919d8ee6b1
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Fix image snapshot test
2020-04-07 22:04:15 -04:00

2 lines
263 B
PHP

<?php 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>';