1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-21 17:49:03 +00:00

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

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.*