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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-14 06:25:41 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-14 06:25:41 +0300
commit0cd6cbee136440742a7dc7444e86ce88ba923184 (patch)
tree6b90993760c12f38e159d452d76cbbb9d2e24867 /test/classes
parent759c8ba6be0d1d74aa7891c9eb8de4f7cf69f2f1 (diff)
Remove some .pma-table CSS classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes')
-rw-r--r--test/classes/InsertEditTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/InsertEditTest.php b/test/classes/InsertEditTest.php
index 3b9d944fd6..520599f134 100644
--- a/test/classes/InsertEditTest.php
+++ b/test/classes/InsertEditTest.php
@@ -3099,7 +3099,7 @@ class InsertEditTest extends AbstractTestCase
$actual
);
$this->assertStringContainsString(
- '<th class="fillPage">Value</th>',
+ '<th class="w-50">Value</th>',
$actual
);
$this->assertStringContainsString(