Adds the Kahlan testing framework.

This commit is contained in:
Simon JAILLET 2015-02-06 03:42:13 +01:00
parent b5b478911f
commit 0d25ba1c49

View File

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