From 0d25ba1c497c0bb96c0fbe62be39d4f5e793e76f Mon Sep 17 00:00:00 2001 From: Simon JAILLET Date: Fri, 6 Feb 2015 03:42:13 +0100 Subject: [PATCH] Adds the Kahlan testing framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d74588f..d7fe04d 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Mink](http://mink.behat.org/) - Web acceptance testing. * [Locust](http://locust.io/) - A modern load test library written in Python. * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework. +* [Kahlan](https://github.com/crysalead/kahlan) - A full-featured BDD testing framework (uses a Jasmine-like syntax). ## Testing tools *Helpers to facilitate tests writing and generating test data.*