Skip to content

Commit 56eca66

Browse files
committed
Session unit test giving a weird output
Signed-off-by: crynobone <crynobone@gmail.com>
1 parent 0d8a4ff commit 56eca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/tests/cases/session.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function testSaveMethodCorrectlyCallsDriver()
281281
->with($this->equalTo($expect), $this->equalTo($config), $this->equalTo(true));
282282

283283
$payload->save();
284-
284+
285285
$this->assertEquals($session['data'][':new:'], $payload->session['data'][':old:']);
286286
}
287287

0 commit comments

Comments
 (0)