Skip to content

Bash script which will simplify running Magento unit tests

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages