PHPackages                             atoum/stubs - 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/stubs

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

atoum/stubs
===========

Stubs for atoum, the simple modern and intuitive unit testing framework for PHP 5.3+

2.7.0(7mo ago)17785.0k↓14.5%5[4 issues](https://github.com/atoum/stubs/issues)20BSD-3-ClausePHP

Since May 15Pushed 7mo ago8 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (20)

atoum stubs
===========

[](#atoum-stubs)

[![atoum](https://camo.githubusercontent.com/84337427ea4f14ccaaad63ffecb66b18fb24c32838a54af0fcdd8c0dbdd5e238/687474703a2f2f61746f756d2e6f72672f696d616765732f6c6f676f2f61746f756d2e706e67)](https://camo.githubusercontent.com/84337427ea4f14ccaaad63ffecb66b18fb24c32838a54af0fcdd8c0dbdd5e238/687474703a2f2f61746f756d2e6f72672f696d616765732f6c6f676f2f61746f756d2e706e67)

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

[](#install-it)

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

```
{
    "require-dev": {
        "atoum/stubs": "*"
    }
}
```

Use it
------

[](#use-it)

Once your IDE is correctly configured, the only thing you will have to do is use atoum through one of its alias:

```
