dbeurive/slim-phpunit

This package contains a list of PHPUnit assertions for the Slim framework


Keywords
phpunit, test, slim
License
CC-BY-4.0

Documentation

Introduction

This package contains (PHPUnit)[https://phpunit.de/] assertions for the Slim framework.

Please note that this package is a work in progress, since new utilities will be added.

License

This code is published under the following license:

Creative Commons Attribution 4.0 International Public License

See the file LICENSE.TXT

Installation

From the command line:

composer require dbeurive/slim-phpunit

Or, from within the file composer.json:

"require": {
    "dbeurive/slim-phpunit": "*"
}

Synopsis

class YourClassTest extends \dbeurive\Slim\PHPUnit\TestCase
{
    ...
}

See the following files for a complete list of assertions:

See the unit tests for examples.