codeinc / config-file-unit-test
This package is abandoned and no longer maintained.
No replacement package was suggested.
A unit test for a PHP config file using constants
1.0.0
2018-05-14 16:43 UTC
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).