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/CoreAdminHome/tests/Integration/APITest.php')
-rw-r--r--plugins/CoreAdminHome/tests/Integration/APITest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreAdminHome/tests/Integration/APITest.php b/plugins/CoreAdminHome/tests/Integration/APITest.php
index ba7e246349..73b01f23cf 100644
--- a/plugins/CoreAdminHome/tests/Integration/APITest.php
+++ b/plugins/CoreAdminHome/tests/Integration/APITest.php
@@ -68,6 +68,7 @@ class APITest extends \Piwik\Tests\Framework\TestCase\IntegrationTestCase
public function test_deleteAllTrackingFailures_WorksForAdminAndSuperuser()
{
+ $this->expectNotToPerformAssertions();
$this->setAdminUser();
$this->api->deleteAllTrackingFailures();
$this->setSuperUser();
@@ -94,6 +95,7 @@ class APITest extends \Piwik\Tests\Framework\TestCase\IntegrationTestCase
public function test_deleteTrackingFailure_WorksForAdminAndSuperuser()
{
+ $this->expectNotToPerformAssertions();
$this->setAdminUser();
$this->api->deleteTrackingFailure(1, 2);
$this->setSuperUser();