dbeurive/slim-phpunit

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

Installs: 270

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dbeurive/slim-phpunit

1.0.1 2017-01-16 08:50 UTC

This package is not auto-updated.

Last update: 2025-10-06 19:38:46 UTC


README

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.