laravel / browser-kit-testing

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

[4.0] Completed Coverage to 5 traits #81

Closed ericktucto closed 5 years ago

ericktucto commented 5 years ago

I added unit test for the trait ImpresonatesUsersTest, InteractsWithConsoleTest, InteractsWithContainerTest, InteractsWithDatabaseTest, InteractsWithSessionTest (completed coverage)

On branch unit-test Changes to be committed: new file: tests/Unit/ImpersonatesUsersTest.php new file: tests/Unit/InteractsWithConsoleTest.php new file: tests/Unit/InteractsWithContainerTest.php new file: tests/Unit/InteractsWithDatabaseTest.php new file: tests/Unit/InteractsWithSessionTest.php

taylorotwell commented 5 years ago

Thanks!

driesvints commented 5 years ago

Thanks man!

ericktucto commented 5 years ago

It is nice to do these unit tests. I have a goal to do completed coverage to browser-kit-testing :+1: