From 4f1d719daeae6c85baeccf075cac5e1917af6dce Mon Sep 17 00:00:00 2001 From: ziadoz Date: Mon, 15 Oct 2012 10:40:49 -0700 Subject: [PATCH] --- awesome-php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index f9c4e38..f6a4405 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -30,7 +30,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. -* [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library that simplifies creating PHPUnit test cases that require runkit. +* [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit. * [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.