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 'tests/PHPUnit/Integration/Core/ViewDataTable/ManagerTest.php')
-rw-r--r--tests/PHPUnit/Integration/Core/ViewDataTable/ManagerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/Core/ViewDataTable/ManagerTest.php b/tests/PHPUnit/Integration/Core/ViewDataTable/ManagerTest.php
index 993eab14c3..65cdf9abe8 100644
--- a/tests/PHPUnit/Integration/Core/ViewDataTable/ManagerTest.php
+++ b/tests/PHPUnit/Integration/Core/ViewDataTable/ManagerTest.php
@@ -69,7 +69,6 @@ class Core_Plugin_ViewDataTable_ManagerTest extends DatabaseTestCase
$this->assertEmpty(ViewDataTableManager::getViewDataTableParameters('mylogin3', 'API.get5'));
}
-
public function test_clearUserViewDataTableParameters_shouldOnlyRemoveAUsersParameters()
{
ViewDataTableManager::saveViewDataTableParameters('mylogin1', 'API.get1', array('flat' => 1));