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
path: root/test
diff options
context:
space:
mode:
authorLiviu-Mihail Concioiu <liviu.concioiu@gmail.com>2022-05-30 01:39:39 +0300
committerLiviu-Mihail Concioiu <liviu.concioiu@gmail.com>2022-05-30 01:39:39 +0300
commite9a5ec01f5ceab7ab9614570f4ade23010a65624 (patch)
tree2a35591ef7456643ac2ff36aa49f1f2e6b5084f1 /test
parentaf4434dee2772422f92a2414b7938a7618133016 (diff)
Revert "Fix database names dissapearing from Processes tab"
This reverts commit af4434dee2772422f92a2414b7938a7618133016.
Diffstat (limited to 'test')
-rw-r--r--test/classes/Controllers/Server/Status/ProcessesControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Controllers/Server/Status/ProcessesControllerTest.php b/test/classes/Controllers/Server/Status/ProcessesControllerTest.php
index 2102ba3bce..324d9cc64e 100644
--- a/test/classes/Controllers/Server/Status/ProcessesControllerTest.php
+++ b/test/classes/Controllers/Server/Status/ProcessesControllerTest.php
@@ -77,7 +77,7 @@ class ProcessesControllerTest extends AbstractTestCase
$_POST['full'] = '1';
$_POST['column_name'] = 'Database';
- $_POST['order_by_field'] = 'Db';
+ $_POST['order_by_field'] = 'db';
$_POST['sort_order'] = 'ASC';
$this->dummyDbi->addSelectDb('mysql');