Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 12, 2017
1 parent e6f0b6c commit 81770ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MessageBagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testSaveMethod()
$session = m::mock('\Illuminate\Session\Store');
$session->shouldReceive('flash')->once()->andReturn(true);

with(new MessageBag())->setSessionStore($session)->save();
$this->assertNull((new MessageBag())->setSessionStore($session)->save());
}

/**
Expand Down

0 comments on commit 81770ce

Please sign in to comment.