HummingBirdAnimeClient/tests/AnimeClient/__snapshots__/FormGeneratorTest__testGeneration__15.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

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