Skip to content

Commit

Permalink
update monolog example (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
weslenteche authored Jan 28, 2024
1 parent 4e5944a commit 11a7322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Integration/LaravelInstrumentationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function test_request_response(): void
$span = $this->storage[1];
$this->assertSame('GET', $span->getName());
}

public function test_cache_log_db(): void
{
$this->router()->get('/hello', function () {
Expand Down

0 comments on commit 11a7322

Please sign in to comment.