1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00
This commit is contained in:
Jamie York 2013-03-14 14:33:58 +00:00
parent c429e0325d
commit 349d3fd8ea

View File

@ -41,6 +41,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
* [Buzz](https://github.com/kriswallsmith/Buzz) - 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.
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
* [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library.
* [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
* [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.