brainsware / grease
A minimalistic testing framework
Installs: 55
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/brainsware/grease
Requires
- php: >= 5.4.0
- brainsware/sauce: @dev
This package is not auto-updated.
Last update: 2025-10-06 20:24:51 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).