elliotchance / concise
Concise is test framework for using plain English and minimal code, built on PHPUnit.
v2.1.3
2018-05-29 01:30 UTC
Requires
- php: >=5.3.9
- kevinlebrun/colors.php: >= 0.3.0
- phpunit/phpunit: >= 4.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
Suggests
- danielstjules/pho: BDD test framework for PHP
This package is not auto-updated.
Last update: 2026-06-21 01:08:16 UTC
README
NOTE: concise is no longer maintained.
Concise is unit test framework for using plain English and minimal code, built on PHPUnit.
Highlights include:
- 100% compatible with PHPUnit, no changes required. You may use as many features as you like.
- Much better mocking framework with a lot less typing.
- Huge array of assertions to save on boilerplate code.
- Assert and [[Verify|verify]] supported.
See the full documentation at concise.readthedocs.org.
