dbeurive / slim-phpunit
This package contains a list of PHPUnit assertions for the Slim framework
1.0.1
2017-01-16 08:50 UTC
Requires
- phpunit/phpunit: >=5.5.0
- slim/slim: ^3.0
This package is not auto-updated.
Last update: 2025-01-13 16:18:45 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.