From c04d8129f809fffb6ece4162779aa3a3b56a4a53 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 18 Mar 2013 20:26:40 +0000 Subject: [PATCH] --- awesome-php.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index d5c166e..471c50e 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -43,6 +43,8 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [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. +* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework. +* [Atoum](https://github.com/atoum/atoum) - A simple 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. * [Parody](https://github.com/dotink/Parody) - Yet another mock object library for testing. @@ -145,6 +147,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew. * [PHP Brew](https://github.com/c9s/phpbrew) - A PHP version manager and installer. * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager. +* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager. * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer. * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.