Atoum PHPCI Plugin gives the possibility to run test with Atoum in PHPCI.
This plugin can be installed via composer:
composer require mauchede/atoum-phpci-plugin
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