From 349d3fd8eac8bee885d2d2a9b3b84ad993404329 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 14 Mar 2013 14:33:58 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index dd511d1..2401a42 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -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.