Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T03:20:19.000Z (over 6 years ago)
- Last Synced: 2024-10-21T06:22:04.799Z (3 months ago)
- Topics: assertions, php, phpunit, testing, unit-testing
- Language: PHP
- Homepage:
- Size: 2.04 MB
- Stars: 45
- Watchers: 5
- 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.
[![Build Status](https://travis-ci.org/elliotchance/concise.svg?branch=master)](https://travis-ci.org/elliotchance/concise)
[![Coverage Status](https://img.shields.io/coveralls/elliotchance/concise.svg)](https://coveralls.io/r/elliotchance/concise?branch=master)
[![Latest Stable Version](https://poser.pugx.org/elliotchance/concise/v/stable.svg)](https://packagist.org/packages/elliotchance/concise)
[![Total Downloads](https://poser.pugx.org/elliotchance/concise/downloads.svg)](https://packagist.org/packages/elliotchance/concise)![](https://raw.githubusercontent.com/wiki/elliotchance/concise/image-concise-command.png)
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/).