From 8288ac77fd6532ed77160d73c6fba5f4966de5af Mon Sep 17 00:00:00 2001 From: ziadoz Date: Wed, 19 Sep 2012 08:49:30 -0700 Subject: [PATCH] --- awesome-php.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 9aa2a59..b7e7228 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -53,6 +53,8 @@ A list of amazingly awesome PHP libraries that you should be using: * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine. * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension. * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation. +* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework. +* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library. # C Extension Frameworks * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.