浏览代码

pull/4/head
Jamie York 12 年前
父节点
当前提交
c04d8129f8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      awesome-php.md

+ 3
- 0
awesome-php.md 查看文件

43
 * [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit.
43
 * [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit.
44
 * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
44
 * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
45
 * [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library.
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
 * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
48
 * [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
47
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
49
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
48
 * [Parody](https://github.com/dotink/Parody) - Yet another mock object library for testing.
50
 * [Parody](https://github.com/dotink/Parody) - Yet another mock object library for testing.
145
 * [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
147
 * [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
146
 * [PHP Brew](https://github.com/c9s/phpbrew) - A PHP version manager and installer.
148
 * [PHP Brew](https://github.com/c9s/phpbrew) - A PHP version manager and installer.
147
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
149
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
150
+* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
148
 * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
151
 * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
149
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
152
 * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
150
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
153
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.

正在加载...
取消
保存