Merge branch 'QA_4_6'

This commit is contained in:
Michal Čihař 2016-06-15 13:03:09 +02:00
commit 8af7b7e48a

View File

@ -31,6 +31,7 @@ class PMA_User_Preferences_Test extends PHPUnit_Framework_TestCase
function setUp()
{
$GLOBALS['server'] = 0;
$GLOBALS['PMA_PHP_SELF'] = '/phpmyadmin/';
}
/**
@ -376,7 +377,7 @@ class PMA_User_Preferences_Test extends PHPUnit_Framework_TestCase
);
$this->assertContains(
'Location: ./file.html?a=b&saved=1&server=0&' .
'Location: /phpmyadmin/file.html?a=b&saved=1&server=0&' .
'token=token#h+ash',
$GLOBALS['header'][0]
);