codeinc / config-file-unit-test
A unit test for a PHP config file using constants
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/codeinc/config-file-unit-test
Requires
- php: >=7.1
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2020-01-24 20:56:03 UTC
README
This package provides a unit test based on PHPUnit to test PHP config files using constants.
Installation
This library is available through Packagist and can be installed using Composer:
composer require --dev codeinc/config-file-unit-test
License
The library is published under the MIT license (see LICENSE
file).