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:
authorWilliam Desportes <williamdes@wdes.fr>2021-04-24 20:04:07 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-04-24 20:04:07 +0300
commit51e17b81233a267e0d8c3fc9d2e0051f6ca666dd (patch)
tree033b211315b4029b71716f81a16f3c05c396aa4d /test/classes
parentd20f7f7d0ab502f00d3a4c9155c719dc146092b6 (diff)
Fix tests after cebfe761b536e31183bdfc39180401395ea7f584
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/classes')
-rw-r--r--test/classes/Controllers/Server/CollationsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Controllers/Server/CollationsControllerTest.php b/test/classes/Controllers/Server/CollationsControllerTest.php
index 1a97088d01..e445bbcd50 100644
--- a/test/classes/Controllers/Server/CollationsControllerTest.php
+++ b/test/classes/Controllers/Server/CollationsControllerTest.php
@@ -42,7 +42,7 @@ class CollationsControllerTest extends AbstractTestCase
$this->assertStringContainsString('<div>cp1252 West European</div>', $actual);
$this->assertStringContainsString('<div><strong>latin1_swedish_ci</strong></div>', $actual);
$this->assertStringContainsString('<div>Swedish, case-insensitive</div>', $actual);
- $this->assertStringContainsString('<span class="badge bg-primary">default</span>', $actual);
+ $this->assertStringContainsString('<span class="badge bg-secondary text-dark">default</span>', $actual);
$this->assertStringContainsString('<div><strong>utf8</strong></div>', $actual);
$this->assertStringContainsString('<div>UTF-8 Unicode</div>', $actual);
$this->assertStringContainsString('<div><strong>utf8_bin</strong></div>', $actual);