|
|
@@ -43,6 +43,8 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
|
|
43
|
43
|
* [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit.
|
|
44
|
44
|
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
|
|
45
|
45
|
* [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library.
|
|
|
46
|
+* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
|
|
|
47
|
+* [Atoum](https://github.com/atoum/atoum) - A simple testing library.
|
|
46
|
48
|
* [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
|
|
47
|
49
|
* [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
|
|
48
|
50
|
* [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
|
|
145
|
147
|
* [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
|
|
146
|
148
|
* [PHP Brew](https://github.com/c9s/phpbrew) - A PHP version manager and installer.
|
|
147
|
149
|
* [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
|
|
|
150
|
+* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
|
|
148
|
151
|
* [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
|
|
149
|
152
|
* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
|
|
150
|
153
|
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|