Skip to content

Commit 02f418e

Browse files
authored
Update RollbarTest.php
1 parent fb9e6d2 commit 02f418e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/RollbarTest.php

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

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

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

7879
public function testMergedContext()
7980
{
81+
//Modified session to use put
8082
$this->app->session->put('foo', 'bar');
8183

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

0 commit comments

Comments
 (0)