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

7 lines
224 B
PHP

<?php return '<select id="theme" name="theme">
<option value="auto">Automatically match OS theme</option>
<option value="light">Original Light Theme</option>
<option value="dark">Dark Theme</option>
</select>
';