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:
authorPatryk Andrzejewski <patryk@piwik.pro>2016-03-08 14:24:23 +0300
committerPatryk Andrzejewski <patryk@piwik.pro>2016-04-07 16:12:00 +0300
commit0500f7d70fd0cb2195e77b27a128b26b8c02c674 (patch)
tree08c5b898b4fda309b685f6d236f50463ee1c1c7c /tests/README.md
parent0e85026f616cfb60baca6d4691992010d9b3d1ce (diff)
update omni dump, new fixture
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md
index 49a4882f01..ea10ef1a05 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -112,10 +112,9 @@ We also have an OmniFixture that includes all other Fixtures. OmniFixture is use
#### Keep OmniFixture up to date
-Remember to update the [Omnifixture SQL dump](https://github.com/piwik/piwik/blob/master/tests/resources/OmniFixture-dump.sql.gz) whenever you make any change to any fixture. You can use:
+Remember to update the [Omnifixture SQL dump](https://github.com/piwik/piwik/blob/master/tests/resources/OmniFixture-dump.sql) whenever you make any change to any fixture. You can use:
./console tests:setup-fixture OmniFixture --sqldump=OmniFixture-dump.sql
- cat OmniFixture-dump.sql | gzip > tests/resources/OmniFixture-dump.sql.gz
Keeping the OmniFixture up to date makes it easier to see which tests fail after each small fixture change.