From 8f010cd3b8e0a81e12b87f0b5d7187035e2509e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9F=90=E6=9F=90?= Date: Tue, 21 Oct 2014 15:24:30 +0800 Subject: [PATCH] add one test framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e59614..ea1261f 100644 --- a/README.md +++ b/README.md @@ -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.*