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
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-12-17 07:55:03 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-17 07:55:03 +0300
commit759d55d39fa4e490445a92612126621173f05bf6 (patch)
tree1a36704ba4d4c339245e60025a6900c98945e267 /tests
parentab2b30dcf937aab4fd8fc368335a47b77505e739 (diff)
Small typo
Diffstat (limited to 'tests')
m---------tests/PHPUnit/UI0
-rw-r--r--tests/README.md4
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
-Subproject 3c3fe985f1af4f1d897d6c1551057124fd6bffa
+Subproject dc92d487c0b1e59863458b6854330cd57c92abb
diff --git a/tests/README.md b/tests/README.md
index faf942cba4..ad91884fd0 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -125,7 +125,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. For instance use:
+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.
+For instance use:
+
./console tests:setup-fixture OmniFixture --sqldump=OmniFixture-dump.sql` and then gzip.
Keeping the OmniFixture up to date makes it easier to see which tests fail after each small fixture change. If we don't update the OmniFixture then we end up with many failed screenshots tests which makes it hard to see whether those changes are expected or not.