From 11a73226f90df0a9f25e350caba136f8914635ba Mon Sep 17 00:00:00 2001 From: Weslen Teche Date: Sun, 28 Jan 2024 00:21:43 -0300 Subject: [PATCH] update monolog example (#231) --- tests/Integration/LaravelInstrumentationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Integration/LaravelInstrumentationTest.php b/tests/Integration/LaravelInstrumentationTest.php index 8400f51..5dd520b 100644 --- a/tests/Integration/LaravelInstrumentationTest.php +++ b/tests/Integration/LaravelInstrumentationTest.php @@ -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 () {