Skip to content

dankocherga/mage-unit-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mage-unit runner

This script will simplify running Magento unit tests written in EcomDev_PHPUnit framework

Executing the script without arguments will do:

    phpunit --colors --stop-on-failure UnitTests.php

But if you wanna add some extra-options to phpunit command just write them as arguments to the mage-unit-runner script. Like this:

    ./mage_unit.sh --group My_Module

And it will do the following:

    phpunit --colors --stop-on-failure --group My_Module UnitTests.php

This repo is the repo of ANGRY and EVIL.

About

Bash script which will simplify running Magento unit tests

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages