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-22 21:04:03 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-22 21:04:03 +0300
commit7403cffab41b7deff6f755d2312e2a81356fec0d (patch)
tree49b4af9c25654069fb23a0ef3c9c9354fdf77b08 /test
parent3b99d77d5e281081bc793568f00dc75ba34f8562 (diff)
Assign CommonParams and CommonActions to the window object
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test')
-rw-r--r--test/classes/HeaderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/HeaderTest.php b/test/classes/HeaderTest.php
index 057a333ba1..ca556cb89a 100644
--- a/test/classes/HeaderTest.php
+++ b/test/classes/HeaderTest.php
@@ -100,7 +100,7 @@ class HeaderTest extends AbstractTestCase
{
$header = new Header();
$this->assertStringContainsString(
- 'CommonParams.setAll',
+ 'window.CommonParams.setAll',
$header->getJsParamsCode()
);
}