We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef9a18 commit fc543dbCopy full SHA for fc543db
dev/tests/utils/update-test-paths.php
@@ -14,7 +14,7 @@
14
'USAGE',
15
<<<USAGE
16
Usage:
17
-php -f $scriptName phpunit.xml(.dist)
+php -f $scriptName path_to_phpunit.xml(.dist)
18
USAGE
19
);
20
@@ -26,6 +26,7 @@
26
$testType = getTestType($xmlDom);
27
// Update testsuite based on magento installation
28
$xmlDom = updateTestSuite($xmlDom, $testType);
29
+//$xmlDom->save($argv[1]); //Uncomment after review
30
$xmlDom->save($argv[1] . '.new');
31
echo "{$testType} " . basename($argv[1]) . " is updated.";
32
0 commit comments