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:
authorMichal Čihař <michal@cihar.com>2017-11-27 15:47:43 +0300
committerMichal Čihař <michal@cihar.com>2017-11-27 15:47:43 +0300
commitfd9150460ee12fe3d0678bbad13360735f631a7e (patch)
tree3cb1693bfba14d8c66d15e88ddf54d34387060c4 /test/classes/ThemeTest.php
parent0d18161310b628d348161ed66256e363e5956b6f (diff)
Use fully CSS based icons
- themes can easier customize their look - this better deals with previous JS code who relied on sprites (fixes #13815) Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'test/classes/ThemeTest.php')
-rw-r--r--test/classes/ThemeTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/ThemeTest.php b/test/classes/ThemeTest.php
index 7210d47dba..da3a275435 100644
--- a/test/classes/ThemeTest.php
+++ b/test/classes/ThemeTest.php
@@ -148,6 +148,7 @@ class ThemeTest extends PmaTestCase
ob_end_clean();
$this->assertTrue($ret);
$this->assertContains('FILE: navigation.css.php', $out);
+ $this->assertContains('.ic_b_bookmark', $out);
}
/**