marvinlabs / laravel-html-bootstrap-4

Bootstrap 4 fluent HTML builder
MIT License
42 stars 15 forks source link

allow html in radio and checkboxes with tests #36

Closed axyr closed 6 years ago

axyr commented 6 years ago

note that I needed to use:

"phpunit/phpunit": "^7.0",
"orchestra/testbench": "^3.6"

to actually install the package locally and run tests. This also matches L56 requirements.

other (unrelated) tests where failing, so I only ran the tests in InputTests.php