Fix test failures

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-05-15 10:31:25 +05:30
parent d0f6784cb5
commit cc9bd408bc

View File

@ -111,7 +111,7 @@ class PMA_From_Processing_Test extends PHPUnit_Framework_TestCase
PMA_Process_formset($formDisplay);
$this->assertEquals(
array('HTTP/1.1 303 See Other', 'Location: index.php'),
array('HTTP/1.1 303 See Other', 'Location: index.php?lang=en&amp;token=token'),
$GLOBALS['header']
);