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

https://github.com/codekandis/phpunit

`codekandis/phpunit` is a library providing several wrapper and helper classes for the package `PHPUnit`.
https://github.com/codekandis/phpunit

classes helper php phpunit wrapper

Last synced: about 2 months ago
JSON representation

`codekandis/phpunit` is a library providing several wrapper and helper classes for the package `PHPUnit`.

Awesome Lists containing this project

README

        

# codekandis/phpunit

[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]

This library provides several wrappers and helper classes for the package [`phpunit/phpunit`][xtlink-packagist-phpunit-phpunit].

## Index

* [Installation](#installation)
* [How to use](#how-to-use)
* [Using the test case wrapper](#using-the-test-case-wrapper)

## Installation

Install the latest version with

```bash
$ composer require --dev codekandis/phpunit
```

# How to use

## Using the test case wrapper

Create a new test case and inherit it from the wrapper `TestCase`.

```php