Skip to content

Commit 46eee40

Browse files
authored
Updated RollBarTest to use put instead of set
1 parent 02f418e commit 46eee40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/RollbarTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function testCustomConfiguration()
5757

5858
public function testAutomaticContext()
5959
{
60-
//Modified session to use put
6160
$this->app->session->put('foo', 'bar');
6261

6362
$clientMock = Mockery::mock('RollbarNotifier');
@@ -78,7 +77,6 @@ public function testAutomaticContext()
7877

7978
public function testMergedContext()
8079
{
81-
//Modified session to use put
8280
$this->app->session->put('foo', 'bar');
8381

8482
$clientMock = Mockery::mock('RollbarNotifier');

0 commit comments

Comments
 (0)