Fix test failures
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
d0f6784cb5
commit
cc9bd408bc
@ -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&token=token'),
|
||||
$GLOBALS['header']
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user