HummingBirdAnimeClient/tests/AnimeClient/__snapshots__/FormGeneratorTest__testGene...

6 lines
212 B
PHP

<?php declare(strict_types=1);
return '<label><input type="radio" name="show_manga_collection" value="1" /> Yes</label>
<label><input type="radio" name="show_manga_collection" value="0" checked /> No</label>
';