HummingBirdAnimeClient/tests/AnimeClient/__snapshots__/FormGeneratorTest__testGeneration__15.php
Timothy J Warren 392f24d11f
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Update snapshot tests for form generation
2020-03-17 15:39:33 -04:00

4 lines
186 B
PHP

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