pelmered / filament-money-field

Money field powered by Money PHP
MIT License
40 stars 19 forks source link

Add tests #13

Closed npbreland closed 5 months ago

npbreland commented 5 months ago

@pelmered I got started on this. I installed orchestra workbench as a dev dependency so we can bootstrap the Filament service providers during our tests. That allowed me to test formatState in MoneyColumn. The assertions I have added so far are passing. We can continue to add tests for it, and we can try adding tests to the other components as well. Feel free to add tests and make edits.

pelmered commented 5 months ago

Great! Thank you very much! I added "prefer-stable": true, to composer.json to make the tests with prefer-lowest in the test matrix to pass.