Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).