We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit a9b1c3ae authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #97 from davidfuhr/master

fixed usage for base-url in magento-config section
parents d882ca34 bcb45fd3
......@@ -109,7 +109,7 @@ Defined actions:
--db-pwd <string> Changes test DB password
--same-db <bool> Changes same db usage flag for unit tests
--url-rewrite <bool> Changes use of url rewrites for unit tests
--base_url <string> Changes base url for controller tests
--base-url <string> Changes base url for controller tests
change-status Changes status of EcomDev_PHPUnitTest module, that contains built in supplied tests
--enable Used to determine the status of it. If not specified, it will be disabled
......@@ -302,4 +302,4 @@ USAGE;
}
$shell = new EcomDev_PHPUnit_Install();
$shell->run();
\ No newline at end of file
$shell->run();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment