Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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."
- Host: GitHub
- URL: https://github.com/jeffreyway/laravel-testing-decoded
- Owner: JeffreyWay
- Created: 2013-04-09T21:41:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-05T20:36:37.000Z (over 11 years ago)
- Last Synced: 2023-04-10T16:05:04.084Z (over 1 year ago)
- Size: 184 KB
- Stars: 35
- Watchers: 11
- Forks: 11
- Open Issues: 36
-
Metadata Files:
- Readme: readme.md
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?*