https://github.com/elliotchance/concise
✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
https://github.com/elliotchance/concise
assertions php phpunit testing unit-testing
Last synced: 15 days ago
JSON representation
✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
- Host: GitHub
- URL: https://github.com/elliotchance/concise
- Owner: elliotchance
- License: mit
- Created: 2014-05-05T07:19:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T03:20:19.000Z (over 6 years ago)
- Last Synced: 2025-04-11T04:12:25.162Z (15 days ago)
- Topics: assertions, php, phpunit, testing, unit-testing
- Language: PHP
- Homepage:
- Size: 2.04 MB
- Stars: 45
- Watchers: 4
- Forks: 3
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
concise
=======# NOTE: concise is no longer maintained.
[](https://travis-ci.org/elliotchance/concise)
[](https://coveralls.io/r/elliotchance/concise?branch=master)
[](https://packagist.org/packages/elliotchance/concise)
[](https://packagist.org/packages/elliotchance/concise)
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](http://concise.readthedocs.org/en/latest/).