└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | This empty project is exclusively for reporting typos and errors in my book, "[Laravel Testing Decoded](https://leanpub.com/laravel-testing-decoded)." 2 | 3 | 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! :) 4 | 5 | ![Laravel Testing Decoded](https://s3.amazonaws.com/titlepages.leanpub.com/laravel-testing-decoded/bookpage?1365480102) 6 | 7 | 8 | ## Book Updates 9 | 10 | - **June 5, 2013:** Added new chapter: *Contributing to Laravel Using TDD* 11 | - **June 3, 2013:** Updated *Chapter 8: Testing Controllers* to not use `Input::replace()` 12 | - **May 29, 2013:** Added new section to Testing Models chapter: *Simple Query Methods* 13 | - **May 29, 2013:** Added new question to FAQ chapter: *I Prefer Using Underscores For Test Names. Is That Okay?* 14 | --------------------------------------------------------------------------------