/atoum-phpci-plugin

PHPCI plugin for Atoum integration

Primary LanguagePHPMIT LicenseMIT

Atoum PHPCI Plugin

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