Skip to content

dbeurive/slim-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PHPUnit extension for the Slim framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages