Merge branch 'QA_4_6'
This commit is contained in:
commit
8af7b7e48a
@ -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]
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user