We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9e6d2 commit 02f418eCopy full SHA for 02f418e
tests/RollbarTest.php
@@ -57,6 +57,7 @@ public function testCustomConfiguration()
57
58
public function testAutomaticContext()
59
{
60
+ //Modified session to use put
61
$this->app->session->put('foo', 'bar');
62
63
$clientMock = Mockery::mock('RollbarNotifier');
@@ -77,6 +78,7 @@ public function testAutomaticContext()
77
78
79
public function testMergedContext()
80
81
82
83
84
0 commit comments