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:
Diffstat (limited to 'test/classes/OperationsTest.php')
-rw-r--r--test/classes/OperationsTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/classes/OperationsTest.php b/test/classes/OperationsTest.php
index 8704b97764..ca9893e0ea 100644
--- a/test/classes/OperationsTest.php
+++ b/test/classes/OperationsTest.php
@@ -243,6 +243,8 @@ class OperationsTest extends TestCase
*/
public function testGetHtmlForReferentialIntegrityCheck()
{
+ $GLOBALS['cfg']['blowfish_secret'] = '';
+ $_SESSION[' HMAC_secret '] = hash('sha1', 'test');
$this->assertRegExp(
'/.*Check referential integrity.*href="sql.php(.|[\n])*/m',