dealerinspire/laminas-testcase

Unit test support module for Laminas projects

v2.0.0 2020-03-25 20:13 UTC

This package is auto-updated.

Last update: 2024-03-26 07:30:04 UTC


README

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