Merge pull request #251 from lichunqiang/master

add one test framework
This commit is contained in:
Jamie York 2015-01-23 11:13:42 -07:00
commit a1b6cd0b30
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
* [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
* [Locust](http://locust.io/) - A modern load test library written in Python.
* [peridot](https://github.com/peridot-php/peridot) - Event driven test framework for PHP.
## Continuous Integration
*Libraries and applications for continuous integration.*