Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dealerinspire/laminas-testcase

Unit test support module for Laminas projects
https://github.com/dealerinspire/laminas-testcase

Last synced: about 2 months ago
JSON representation

Unit test support module for Laminas projects

Awesome Lists containing this project

README

        

# Dealer Inspire Laminas Test Support

This package provides a base TestCase class for PhpUnit testing
in Laminas projects. The master-v1 branch supports the Apigility framework
(which was the precursor to Laminas).

Require this package:

```
composer require --dev dealerinspire/laminas-testcase
```

Apigility projects:

```
composer require --dev dealerinspire/laminas-testcase@~1.0
```

##Testing

```
composer install
./vendor/bin/phpunit
```