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

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:

An example of phpci.yml with this plugin:

test:
    \Mauchede\PHPCI\Plugin\Atoum:
        config: atoum.config.file

Links