Fix test expectations

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-03 21:07:07 +01:00
parent a28cc6d2de
commit 22e5f4a4be

View File

@ -378,7 +378,7 @@ class PMA_User_Preferences_Test extends PHPUnit_Framework_TestCase
);
$this->assertContains(
'Location: http://www.phpmyadmin.netfile.html?a=b&saved=1&server=0&' .
'Location: ./file.html?a=b&saved=1&server=0&' .
'token=token#h+ash',
$GLOBALS['header'][0]
);