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: ...@@ -109,7 +109,7 @@ Defined actions:
--db-pwd <string> Changes test DB password --db-pwd <string> Changes test DB password
--same-db <bool> Changes same db usage flag for unit tests --same-db <bool> Changes same db usage flag for unit tests
--url-rewrite <bool> Changes use of url rewrites 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 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 --enable Used to determine the status of it. If not specified, it will be disabled
...@@ -302,4 +302,4 @@ USAGE; ...@@ -302,4 +302,4 @@ USAGE;
} }
$shell = new EcomDev_PHPUnit_Install(); $shell = new EcomDev_PHPUnit_Install();
$shell->run(); $shell->run();
\ No newline at end of file
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