brainsware / grease
A minimalistic testing framework
dev-master
2013-05-23 12:21 UTC
Requires
- php: >= 5.4.0
- brainsware/sauce: @dev
This package is not auto-updated.
Last update: 2024-11-04 16:06:48 UTC
README
Grease is a very minimalistic testing framework for PHP and was developed for testing Bacon and Sauce.
It currently supports three basic tests: throw, non-throw and asserts.
The output is formatted according to the Test Anything Protocol (TAP).