File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - MAGENTO_VERSION=magento-mirror-1.7.0.2
2222script :
2323 - composer install --dev --no-interaction
24- - phpunit --bootstrap=test/bootstrap.php test
24+ - phpunit
2525 - curl -sSL https://raw.githubusercontent.com/schmengler/MageTestStand/master/setup.sh | bash
Original file line number Diff line number Diff line change 44 "type" : " magento-module" ,
55 "description" : " Anonymizes all Customer Data" ,
66 "require" : {
7- "magento-hackathon/magento-composer-installer" : " *" ,
87 "fzaninotto/faker" : " >=1.0" ,
98 "firegento/psr0autoloader" : " >=0.1.0"
109 },
10+ "autoload" : {
11+ "psr-4" : {
12+ "IntegerNet\\ Anonymizer\\ " : " src/lib/IntegerNet/Anonymizer"
13+ }
14+ },
1115 "require-dev" : {
12- "ecomdev/ecomdev_phpunit" : " ~0.3.7"
16+ "ecomdev/ecomdev_phpunit" : " ~0.3.7" ,
17+ "aoepeople/composer-installers" : " *"
1318 },
1419 "repositories" : [
1520 {
Original file line number Diff line number Diff line change 88 processIsolation =" false"
99 stopOnFailure =" false"
1010 syntaxCheck =" false"
11- bootstrap =" test/bootstrap .php"
11+ bootstrap =" vendor/autoload .php"
1212 >
1313 <testsuites >
1414 <testsuite name =" Unit" >
Original file line number Diff line number Diff line change 11<?php
2+ // Use this bootstrap file if you run the unit tests within a Magento installation
23define ('CLASS_DIR ' , realpath (__DIR__ . '/../src/lib/ ' ));
34set_include_path (get_include_path ().PATH_SEPARATOR .CLASS_DIR );
45spl_autoload_register (function ($ className )
You can’t perform that action at this time.
0 commit comments