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.
set
put
1 parent d61d679 commit fb9e6d2Copy full SHA for fb9e6d2
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