PHPackages                             bfolliot/zf-atoum - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. bfolliot/zf-atoum

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

bfolliot/zf-atoum
=================

Zend Framework 2 module for atoum unit testing framework

027PHP

Since Mar 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/bfolliot/ZfAtoum)[ Packagist](https://packagist.org/packages/bfolliot/zf-atoum)[ RSS](/packages/bfolliot-zf-atoum/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZfAtoum
=======

[](#zfatoum)

Zend Framework 2 module for Atoum unit testing framework

For now, we can just run tests for all modules in ./module

Installation
------------

[](#installation)

1 - With composer
-----------------

[](#1---with-composer)

```
{
    "require": {
        "bfolliot/zf-atoum": "dev-master"
    }
}
```

In most of the cases you don't need ZfAtoum in your production environment.

```
{
    "require-dev": {
        "bfolliot/zf-atoum": "dev-master"
    }
}
```

2 - Command
-----------

[](#2---command)

ZfAtoum is provided with a Zend Framework console route.

### 2-a Registering in your application

[](#2-a-registering-in-your-application)

Enabling it in your application.config.phpfile.

```
