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/CustomJsTracker/tests')
-rw-r--r--plugins/CustomJsTracker/tests/Integration/FileTest.php1
-rw-r--r--plugins/CustomJsTracker/tests/Integration/TrackerUpdaterTest.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CustomJsTracker/tests/Integration/FileTest.php b/plugins/CustomJsTracker/tests/Integration/FileTest.php
index 2713c9f3cb..c3700de390 100644
--- a/plugins/CustomJsTracker/tests/Integration/FileTest.php
+++ b/plugins/CustomJsTracker/tests/Integration/FileTest.php
@@ -170,6 +170,7 @@ class FileTest extends IntegrationTestCase
public function test_checkWritable_shouldNotThrowException_IfDirectoryIsWritable()
{
+ $this->expectNotToPerformAssertions();
$this->makeNotReadableFile_inWritableDirectory()->checkWritable();
}
diff --git a/plugins/CustomJsTracker/tests/Integration/TrackerUpdaterTest.php b/plugins/CustomJsTracker/tests/Integration/TrackerUpdaterTest.php
index 487b5f37e4..bec258cdee 100644
--- a/plugins/CustomJsTracker/tests/Integration/TrackerUpdaterTest.php
+++ b/plugins/CustomJsTracker/tests/Integration/TrackerUpdaterTest.php
@@ -123,6 +123,7 @@ class TrackerUpdaterTest extends IntegrationTestCase
public function test_checkWillSucceed_shouldNotThrowExceptionIfTargetIsWritable()
{
+ $this->expectNotToPerformAssertions();
$updater = $this->makeUpdater(null, $this->dir . 'MyNotExisIngFilessss.js');
$updater->checkWillSucceed();
}