rawebone / jasmini
A small, Jasmine-esque testing framework
dev-master
2014-05-28 22:28 UTC
Requires
- esperance/esperance: v0.0.3
- phpspec/prophecy: 1.*
- rawebone/injector: dev-master
Requires (Dev)
- phpspec/phpspec: 2.1.x-dev
This package is not auto-updated.
Last update: 2024-11-09 15:13:34 UTC
README
This library provides a small, Jasmine-like testing system. It can be used as a standalone library to be embedded into your application or as a pull testing application. The goal was to go general purpose, a number of Jasmine-esque libraries already exist but they are very fixed in the way they should be used or rely to heavily on global state.