laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509 stars 75 forks source link

Creation of Unit Testing #54

Closed ericktucto closed 6 years ago

ericktucto commented 6 years ago

I added unit tests for the trait MakesHttpRequest, but it doesn't cover all its methods.

Covered methods: type, check, uncheck, attach, select, storeInput, getForm, fillForm,

Changes to be committed: modified: composer.json new file: phpunit.xml new file: tests/TestCase.php new file: tests/Unit/MakesHttpRequestsTest.php