Skip to content

Instantly share code, notes, and snippets.

@jzahedieh
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jzahedieh/323a77118bdb73f4c2c0 to your computer and use it in GitHub Desktop.
Save jzahedieh/323a77118bdb73f4c2c0 to your computer and use it in GitHub Desktop.
PHPUnit composer magento file
{
"require": {
"magento-hackathon/magento-composer-installer":"*"
},
"require-dev": {
"ecomdev/ecomdev_phpunit": "dev-master",
"mikey179/vfsStream": ">=1.2.0",
"firegento/psr0autoloader": "dev-master"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
"extra":{
"magento-root-dir": ".",
"magento-deploystrategy":"copy",
"magento-force":"true"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment