Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-07-01 17:30:04 +0300
committermattab <matthieu.aubry@gmail.com>2015-07-01 17:30:04 +0300
commit30b8736fcd08016ef360ee79570c9807b7ad62d6 (patch)
treeed5093e55af840a2dac652b6b2d569f936d90f18 /tests/README.testing-data.md
parent40f0b52da032940d2a178ccb3f1f9a4244177013 (diff)
--url was deprecated, update tests documentation
Diffstat (limited to 'tests/README.testing-data.md')
-rw-r--r--tests/README.testing-data.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.testing-data.md b/tests/README.testing-data.md
index 2f926b3966..d308f962e6 100644
--- a/tests/README.testing-data.md
+++ b/tests/README.testing-data.md
@@ -6,4 +6,4 @@ As a developer it may be useful to generate test data. Follow these steps:
* Generate users `./console visitorgenerator:generate-users --limit=50`
* Generate goals for a website `./console visitorgenerator:generate-goals --idsite=1`
* Generate visits for a website `./console visitorgenerator:generate-visits --idsite=1`
-* Trigger the archiving in case browser archiving is disabled `./console core:archive --url=http://localhost/path/`
+* Trigger the archiving in case browser archiving is disabled `./console core:archive`