PHPackages                             atoum/phpunit-extension - 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. atoum/phpunit-extension

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

atoum/phpunit-extension
=======================

atoum PHPUnit extension - Run your PHPUnit tests with atoum

0.6(8y ago)8293[3 issues](https://github.com/atoum/phpunit-extension/issues)BSD-3-ClausePHP

Since Oct 2Pushed 8y ago2 watchersCompare

[ Source](https://github.com/atoum/phpunit-extension)[ Packagist](https://packagist.org/packages/atoum/phpunit-extension)[ Docs](http://www.atoum.org)[ RSS](/packages/atoum-phpunit-extension/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

atoum/phpunit-extension [![Build Status](https://camo.githubusercontent.com/c6e045ba0921bc28187df0cb8a776c3ea2dbb15e0f856d3f712546eebae36529/68747470733a2f2f7472617669732d63692e6f72672f61746f756d2f706870756e69742d657874656e73696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/atoum/phpunit-extension)
============================================================================================================================================================================================================================================================================================================================

[](#atoumphpunit-extension-)

This atoum extensions allows to run your existing PHPUnit test suites with atoum's engine! If you want to migrate from PHPUnit to atoum, this extension is your best companion!

Goals
-----

[](#goals)

Your project already has PHPUnit test suites. You felt in love with atoum. You want to replace PHPUnit by atoum on your project. This extension will allow you to run your PHPUnit test suites with atoum, ensuring a smooth migration.

Install it
----------

[](#install-it)

The extension is still a work in progress. You need to require a developpement branch of atoum.

Note: We need your help to complete the extension, so feel free to test the extension and submit issues when you found one.

Install extension using [Composer](https://getcomposer.org):

```
{
    "require-dev": {
        "atoum/atoum": "dev-virtual-hooks",
        "atoum/phpunit-extension": "~0.6"
    }
}
```

Enable the extension using atoum configuration file:

```
