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 <mauriciofauth@gmail.com>2018-12-18 23:43:27 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-12-21 06:01:12 +0300
commitef5d7dd66b8d2f6855173a0efe535dbbc88746c0 (patch)
treeeae1a2ed16844aea00a26b46a536a81010d5aed8 /test/classes/BrowseForeignersTest.php
parent5bce6d9fa654f0f894f5180188eadef09ef24e75 (diff)
Use Bootstrap buttons component
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'test/classes/BrowseForeignersTest.php')
-rw-r--r--test/classes/BrowseForeignersTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/BrowseForeignersTest.php b/test/classes/BrowseForeignersTest.php
index 762f38d806..b8c7edc7d1 100644
--- a/test/classes/BrowseForeignersTest.php
+++ b/test/classes/BrowseForeignersTest.php
@@ -255,7 +255,7 @@ class BrowseForeignersTest extends TestCase
);
$this->assertContains(
- '<input type="submit" name="submit_foreign_filter" value="Go">',
+ '<input class="btn btn-primary" type="submit" name="submit_foreign_filter" value="Go">',
$result
);