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-16 03:14:18 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-16 03:14:18 +0300
commit7a6bd9eb57250f963c50d491920f97ebbfaabb13 (patch)
tree78e528cf2e384d055b8c2047a2c97acc347dcb6e /test
parent97c9e3ad3bbfa991cc599cb2e6a3292656d49281 (diff)
parentb6ba5391948c0b1fb7fa9732d0cfe02f435e941f (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, 2 insertions, 4 deletions
diff --git a/test/classes/FooterTest.php b/test/classes/FooterTest.php
index 52e2ab15e5..787d4b3919 100644
--- a/test/classes/FooterTest.php
+++ b/test/classes/FooterTest.php
@@ -128,8 +128,7 @@ 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/index_dialog_modal') . "\n",
+ . $template->render('modals/page_settings') . "\n",
$footer->getDisplay()
);
}
@@ -171,8 +170,7 @@ 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/index_dialog_modal')
+ . $template->render('modals/page_settings')
. "\n </div>\n </body>\n</html>\n",
$footer->getDisplay()
);