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:
Diffstat (limited to 'plugins/CustomDimensions/tests/Integration/Dimension/ExtractionTest.php')
-rw-r--r--plugins/CustomDimensions/tests/Integration/Dimension/ExtractionTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CustomDimensions/tests/Integration/Dimension/ExtractionTest.php b/plugins/CustomDimensions/tests/Integration/Dimension/ExtractionTest.php
index 82201edd28..eb9f73a75f 100644
--- a/plugins/CustomDimensions/tests/Integration/Dimension/ExtractionTest.php
+++ b/plugins/CustomDimensions/tests/Integration/Dimension/ExtractionTest.php
@@ -198,6 +198,7 @@ class ExtractionTest extends IntegrationTestCase
public function test_check_shouldNotFailWhenValidCombinationsAreGiven()
{
+ $this->expectNotToPerformAssertions();
$this->buildExtraction('url', 'index_(+).html')->check();
$this->buildExtraction('action_name', 'index_(+).html')->check();
$this->buildExtraction('url', '')->check(); // empty value is allowed