mauchede / atoum-phpci-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHPCI plugin for Atoum integration
v1.0.1
2016-05-23 09:29 UTC
Requires (Dev)
- block8/phpci: ^1.7
- phpunit/phpunit: ^4.0||^5.0
This package is not auto-updated.
Last update: 2020-10-11 12:09:21 UTC
README
Atoum PHPCI Plugin gives the possibility to run test with Atoum in PHPCI.
⚠️ This project is no longer maintained. ⚠️
Installation
This plugin can be installed via composer:
composer require mauchede/atoum-phpci-plugin
Usage
This plugin takes the following options:
config
(string, optional): Allows you to pass the atoum configuration file. The default value is./atoum.php
.
An example of phpci.yml
with this plugin:
test: \Mauchede\PHPCI\Plugin\Atoum: config: atoum.config.file