add one test framework

This commit is contained in:
李某某 2014-10-21 15:24:30 +08:00
parent 36684988a3
commit 8f010cd3b8
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [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.*