Session unit test giving a weird output
Signed-off-by: crynobone <crynobone@gmail.com>
This commit is contained in:
@@ -281,7 +281,7 @@ class SessionTest extends PHPUnit_Framework_TestCase {
|
||||
->with($this->equalTo($expect), $this->equalTo($config), $this->equalTo(true));
|
||||
|
||||
$payload->save();
|
||||
|
||||
|
||||
$this->assertEquals($session['data'][':new:'], $payload->session['data'][':old:']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user