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.
2 parents d61d679 + 46eee40 commit 42920e5Copy full SHA for 42920e5
tests/RollbarTest.php
@@ -57,7 +57,7 @@ public function testCustomConfiguration()
57
58
public function testAutomaticContext()
59
{
60
- $this->app->session->set('foo', 'bar');
+ $this->app->session->put('foo', 'bar');
61
62
$clientMock = Mockery::mock('RollbarNotifier');
63
$clientMock->shouldReceive('report_message')->once()->with('Test log message', 'info', []);
@@ -77,7 +77,7 @@ public function testAutomaticContext()
77
78
public function testMergedContext()
79
80
81
82
83
$clientMock->shouldReceive('report_message')->once()->with('Test log message', 'info', [
0 commit comments