Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffreyway/laravel-testing-decoded

This project is exclusively for reporting typos and errors in the book, "Laravel Testing Decoded."
https://github.com/jeffreyway/laravel-testing-decoded

Last synced: about 1 month ago
JSON representation

This project is exclusively for reporting typos and errors in the book, "Laravel Testing Decoded."

Awesome Lists containing this project

README

        

This empty project is exclusively for reporting typos and errors in my book, "[Laravel Testing Decoded](https://leanpub.com/laravel-testing-decoded)."

If you come across an issue while reading the book, please [visit this page](https://github.com/JeffreyWay/Laravel-Testing-Decoded/issues), click "New Issue," and let me know so that I may fix it as soon as possible! :)

![Laravel Testing Decoded](https://s3.amazonaws.com/titlepages.leanpub.com/laravel-testing-decoded/bookpage?1365480102)

## Book Updates

- **June 5, 2013:** Added new chapter: *Contributing to Laravel Using TDD*
- **June 3, 2013:** Updated *Chapter 8: Testing Controllers* to not use `Input::replace()`
- **May 29, 2013:** Added new section to Testing Models chapter: *Simple Query Methods*
- **May 29, 2013:** Added new question to FAQ chapter: *I Prefer Using Underscores For Test Names. Is That Okay?*