Added Minimum Viable Tests book

Also updated my URL. Some folks like dead trees.
This commit is contained in:
Phil Sturgeon
2016-06-08 10:20:24 -04:00
parent cb598ca164
commit 61b2875a2b

View File

@@ -21,7 +21,7 @@ for modern, secure, and fast cryptography.
### Paid Books
* [Build APIs You Won't Hate](https://leanpub.com/build-apis-you-wont-hate) - Everyone and their dog wants an API,
* [Build APIs You Won't Hate](https://apisyouwonthate.com/) - Everyone and their dog wants an API,
so you should probably learn how to build them.
* [Building Secure PHP Apps](https://leanpub.com/buildingsecurephpapps) - Learn the security basics that a senior
developer usually acquires over years of experience, all condensed down into one quick and easy handbook
@@ -33,4 +33,5 @@ security terms and provides some examples of them in every day PHP
* [Signaling PHP](https://leanpub.com/signalingphp) - PCNLT signals are a great help when writing PHP scripts that
run from the command line.
* [The Grumpy Programmer's Guide To Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - Learning
to write testable code doesn't have to suck
to write testable code doesn't have to suck.
* [Minimum Viable Tests]() - Long-time PHP testing evangelist Chris Hartjes goes over what he feels is the minimum you need to know to get started.