Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dealerinspire/laminas-testcase
- Owner: dealerinspire
- License: mit
- Created: 2020-03-25T17:36:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T23:31:36.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T20:14:15.230Z (2 months ago)
- Language: PHP
- Size: 29.3 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```