Browse Source

Merge pull request #251 from lichunqiang/master

add one test framework
pull/288/merge
Jamie York 11 years ago
parent
commit
a1b6cd0b30
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

245
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
245
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
246
 * [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
246
 * [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
247
 * [Locust](http://locust.io/) - A modern load test library written in Python.
247
 * [Locust](http://locust.io/) - A modern load test library written in Python.
248
+* [peridot](https://github.com/peridot-php/peridot) - Event driven test framework for PHP.
248
 
249
 
249
 ## Continuous Integration
250
 ## Continuous Integration
250
 *Libraries and applications for continuous integration.*
251
 *Libraries and applications for continuous integration.*

Loading…
Cancel
Save