dealerinspire / laminas-testcase
Unit test support module for Laminas projects
v2.0.0
2020-03-25 20:13 UTC
Requires
- php: ~7.1
- fzaninotto/faker: ^1.8
- guzzlehttp/guzzle: ^6.5
- laminas/laminas-dependency-plugin: ^1.0
- laminas/laminas-servicemanager: ^2.7
- laminas/laminas-stdlib: *
- laminas/laminas-test: ^2.6
- mockery/mockery: ^1.0
- phpunit/phpunit: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-26 08:39:44 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