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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-05 09:33:40 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-05 09:33:40 +0400
commitf34a13eacb6c2aabeb1ed16432a053fe44e982ec (patch)
treee3e8356c94ba22dc7a6c92a9bf52218c2faaf964 /tests/README.md
parentde91f28860cc12f10c6d58bc29260d5849d48781 (diff)
refs #5940 IntegrationTestCase => SystemTestCase
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 09774160e6..865606c12e 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -105,7 +105,7 @@ Otherwise, if you didn't expect to modify the API outputs, it might be that your
As part of our integration tests we generate the scheduled reports (in HTML, PDF & SMS).
Some of these scheduled reports contain PNG graphs. Depending on the system under test, generated images can differ.
Therefore, PNG graphs are only tested and compared against "expected" graphs, if the system under test has the same characteristics as the integration server.
-The characteristics of the integration server are described in `IntegrationTestCase::canImagesBeIncludedInScheduledReports()`
+The characteristics of the integration server are described in `SystemTestCase::canImagesBeIncludedInScheduledReports()`
## JavaScript Tests