From be987b3805198b192ea6eb22746dbe6fcbba1205 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Wed, 5 Sep 2012 15:15:13 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 5312c38..880accb 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -23,6 +23,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Buzz](https://github.com/kriswallsmith/Buzz) - A HTTP client. * [Guzzle](http://guzzlephp.org/) - Another HTTP client. * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework. +* [Mockery](https://github.com/padraic/mockery) - A mock object library for unit testing. * [KnpRadBundle](http://rad.knplabs.com/) - A Symfony2 rapid application development library. * [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library. * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.