elliotchance / concise
Concise is test framework for using plain English and minimal code, built on PHPUnit.
Installs: 221 558
Dependents: 4
Suggesters: 0
Security: 0
Stars: 45
Watchers: 5
Forks: 3
Open Issues: 72
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
- dev-master
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7
- v1.6
- v1.5.2
- v1.5.1
- v1.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3
- v1.2.2
- v1.2.1
- v1.2
- v1.1
- v1.0.1
- v1.0
- dev-elliotchance-patch-1
- dev-2.1.2/345-vendor-path
- dev-release/2.1.x
- dev-release/2.1.2
- dev-2.1.2/339-ci-printer-color
- dev-release/2.1
- dev-release/2.2.0
- dev-release/2.2
- dev-1.4/17-add-hhvm-to-travis
This package is not auto-updated.
Last update: 2024-10-26 16:33:32 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.