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

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

atoum/autoloop-extension
========================

Automatically run atoum's loop mode on file change

0.3.0(9y ago)312.0k2MITPHP

Since Jan 14Pushed 1y ago7 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (14)Used By (0)

atoum/autoloop-extension [![Build Status](https://github.com/atoum/autoloop-extension/workflows/Linux/badge.svg)](https://github.com/atoum/autoloop-extension/actions)
======================================================================================================================================================================

[](#atoumautoloop-extension-)

autoloop-extension allows you automatically run your tests in atoum's loop mode when files are changed.

Example
-------

[](#example)

Here is an example: we can see that the test files are automatically executed when the classes and test classes are changed.

[![Demo](doc/demo.gif)](doc/demo.gif)

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

[](#install-it)

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

```
composer require --dev atoum/autoloop-extension

```

Then, the only thing you have to do is to set the watched files like this:

```
