Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php')
-rw-r--r--test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php b/test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
index e6545d22ff..6651c28a8e 100644
--- a/test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
+++ b/test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
@@ -45,7 +45,7 @@ class SlowLogControllerTest extends AbstractTestCase
$GLOBALS['cfg']['Server']['DisableIS'] = false;
$GLOBALS['cfg']['Server']['host'] = 'localhost';
- $this->data = new Data();
+ $this->data = new Data($this->dbi);
}
public function testSlowLog(): void