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:
authorMatthieu Aubry <matt@piwik.org>2014-10-20 12:44:11 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-20 12:44:11 +0400
commit4afd294232557b898cb7f69651d54610400ef4e6 (patch)
tree350b52fad07b40dfe81a673bdf909974bd33ac01 /tests/README.md
parent9d98132b84f9b7cc2e24be87807ed1f9d7bac367 (diff)
Update README.md
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md
index d52b7aa562..208036406e 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -134,13 +134,13 @@ in "Mine" select "path/to/piwik/tests/PHPUnit/System/processed"
If changes are expected due to the code changes you make, simply copy the file from processed/ to expected/, and test will then pass. Copying files is done easily using Meld (ALT+LEFT).
Otherwise, if you didn't expect to modify the API outputs, it might be that your changes are breaking some features unexpectedly.
-### Fixtures
+### Fixtures for System tests
System tests use Fixtures to generate controlled web usage data (visits, goals, pageviews, events, site searches, content tracking, custom variables, etc.).
Fixtures are stored in [tests/PHPUnit/Fixtures](https://github.com/piwik/piwik/tree/master/tests/PHPUnit/Fixtures)
-### OmniFixture
+#### OmniFixture
We also have an OmniFixture that includes all other Fixtures. OmniFixture is used for screenshot tests to provide data across most reports.