Session unit test giving a weird output
Signed-off-by: crynobone <crynobone@gmail.com>
This commit is contained in:
parent
0d8a4ffbdd
commit
56eca662cc
|
@ -281,7 +281,7 @@ public function testSaveMethodCorrectlyCallsDriver()
|
|||
->with($this->equalTo($expect), $this->equalTo($config), $this->equalTo(true));
|
||||
|
||||
$payload->save();
|
||||
|
||||
|
||||
$this->assertEquals($session['data'][':new:'], $payload->session['data'][':old:']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue