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>2022-06-15 02:34:23 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-15 02:34:23 +0300
commit0715cf6767aa9e5aa5d7391831ff3d4db1aaf081 (patch)
tree533244e504eee75a2ac453f4f7ace825f398f2fb /test
parent9fd483de160b1e525c4e4700a1e495d3c4467ff5 (diff)
parentd6ee05001aedde179e7fbc7e804ee2ebaafbd936 (diff)
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test')
-rw-r--r--test/classes/FooterTest.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/classes/FooterTest.php b/test/classes/FooterTest.php
index 787d4b3919..52e2ab15e5 100644
--- a/test/classes/FooterTest.php
+++ b/test/classes/FooterTest.php
@@ -128,7 +128,8 @@ class FooterTest extends AbstractTestCase
$this->assertEquals(
$template->render('modals/function_confirm') . "\n"
. $template->render('modals/add_index') . "\n"
- . $template->render('modals/page_settings') . "\n",
+ . $template->render('modals/page_settings') . "\n"
+ . $template->render('modals/index_dialog_modal') . "\n",
$footer->getDisplay()
);
}
@@ -170,7 +171,8 @@ class FooterTest extends AbstractTestCase
$this->assertEquals(
$template->render('modals/function_confirm') . "\n"
. $template->render('modals/add_index') . "\n"
- . $template->render('modals/page_settings')
+ . $template->render('modals/page_settings') . "\n"
+ . $template->render('modals/index_dialog_modal')
. "\n </div>\n </body>\n</html>\n",
$footer->getDisplay()
);