Closed intrip closed 4 years ago
Yes, the test are on the roadmap for v.2.0.0 release. Thanks for the request!
You're welcome!
I was about to make the same request.
I would really love to say that I use TDD and test everything I create, but this is simply not the case.
Reading test for a real world project would be a great resource for people getting into testing.
What kinds of tests are you planning? (Unit, Functional, Acceptance)
The tests were just added by Christopher Pitt: https://github.com/CodepadME/laravel-tricks/commit/14f1c3032a71d6efc605523c1b953efc888db269
We still have to add this to the documentation though
Unit testing, initially.
So apparently I've been adding functional tests and not unit tests. https://laracasts.com/lessons/the-unit-testing-laravel-facades-conundrum
Closing this since it's kinda old now 😄
Could you upload also your tests?