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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-01-25 02:30:33 +0300
committerGitHub <noreply@github.com>2019-01-25 02:30:33 +0300
commitfe615e3e15f148084ac61363864dd602fdb075c6 (patch)
treef8033cdaee696291fa0d97f00d718928cbb63483 /plugins/SegmentEditor/tests
parentd95e2d0792bd229b31b000818c973191eee3b7e3 (diff)
Fixing build (#14007)
* Fix format of scheduled report tests. * Fixing goal name regression. * Fix change unneeded for evolution graph. * decode in segment generator to make up for value encode * Update two expected screenshots. * Update two more screenshots.
Diffstat (limited to 'plugins/SegmentEditor/tests')
-rw-r--r--plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php b/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php
index 206a2e0c74..c5fa41fc2c 100644
--- a/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php
+++ b/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php
@@ -104,7 +104,7 @@ class SegmentFormatterTest extends IntegrationTestCase
/**
* @expectedException \Exception
- * @expectedExceptionMessage The segment 'pageUrl=!1.0' is not valid.
+ * @expectedExceptionMessage The segment condition 'pageUrl=!1.0' is not valid.
*/
public function test_getHumanReadable_ShouldThrowAnException_IfSegmentCannotBeParsedBecauseOfInvalidFormat()
{