From 221b1268fa38c63adeb8471a7a040df5145f3382 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Thu, 18 Oct 2012 11:56:47 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index bba895b..6a67e4c 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -31,6 +31,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Guzzle](http://guzzlephp.org/) - Another HTTP client. * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework. * [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit. +* [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library. * [Mockery](https://github.com/padraic/mockery) - A mock object library for unit testing. * [Phake](https://github.com/mlively/Phake) - Another mock object library for unit testing. * [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.