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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-13 04:44:18 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-13 04:44:18 +0300
commit824ea513c5c7a60444849d0ccea2966b5acb4023 (patch)
treef9b452f6fe321b2b72555fd07dcd0065724e0c76 /test
parent6197f1a5c43bd4846bb209b26f9f1c0c4d0ccd62 (diff)
Replace .attention and .allfine with Bootstrap equivalents
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
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