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:
Diffstat (limited to 'test')
-rw-r--r--test/classes/Controllers/Server/Status/VariablesControllerTest.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/classes/Controllers/Server/Status/VariablesControllerTest.php b/test/classes/Controllers/Server/Status/VariablesControllerTest.php
index cf91c01770..ed5a89a24e 100644
--- a/test/classes/Controllers/Server/Status/VariablesControllerTest.php
+++ b/test/classes/Controllers/Server/Status/VariablesControllerTest.php
@@ -112,10 +112,7 @@ class VariablesControllerTest extends AbstractTestCase
'Aborted clients',
$html
);
- $this->assertStringContainsString(
- '<span class="allfine">',
- $html
- );
+ $this->assertStringContainsString('<span class="text-success">', $html);
$this->assertStringContainsString(
'Aborted connects',
$html