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-10-31 23:35:55 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-10-31 23:35:55 +0300
commit220ed30ef8a2f7ee0dd985d921811e2912b98193 (patch)
treedced9fea5772043a3cbd2364de54c9c397cab27d /test
parent78104be8fba0e6ab3113b612cf16965e671e0082 (diff)
Remove printview.css theme files
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test')
-rw-r--r--test/classes/Display/ResultsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/Display/ResultsTest.php b/test/classes/Display/ResultsTest.php
index 0ed797ff4b..38ead87fab 100644
--- a/test/classes/Display/ResultsTest.php
+++ b/test/classes/Display/ResultsTest.php
@@ -1683,7 +1683,7 @@ class ResultsTest extends AbstractTestCase
'has_bulk_actions_form' => false,
'button' => '<thead class="table-light"><tr>' . "\n",
'table_headers_for_columns' => $tableHeadersForColumns,
- 'column_at_right_side' => "\n" . '<td class="print_ignore" ></td>',
+ 'column_at_right_side' => "\n" . '<td class="d-print-none" ></td>',
],
'body' => '<tr ><td data-decimals="0" data-type="real" class="'
. 'text-end data not_null text-nowrap">1</td>' . "\n"