CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
967 stars 297 forks source link

Test #14

Closed intrip closed 4 years ago

intrip commented 10 years ago

Could you upload also your tests?

msurguy commented 10 years ago

Yes, the test are on the roadmap for v.2.0.0 release. Thanks for the request!

intrip commented 10 years ago

You're welcome!

andheiberg commented 10 years ago

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)

msurguy commented 10 years ago

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

assertchris commented 10 years ago

Unit testing, initially.

assertchris commented 10 years ago

So apparently I've been adding functional tests and not unit tests. https://laracasts.com/lessons/the-unit-testing-laravel-facades-conundrum

intrip commented 4 years ago

Closing this since it's kinda old now 😄