Skip to content

Commit 11a7322

Browse files
authored
update monolog example (#231)
1 parent 4e5944a commit 11a7322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Integration/LaravelInstrumentationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function test_request_response(): void
2828
$span = $this->storage[1];
2929
$this->assertSame('GET', $span->getName());
3030
}
31+
3132
public function test_cache_log_db(): void
3233
{
3334
$this->router()->get('/hello', function () {

0 commit comments

Comments
 (0)