Skip to content

Commit 11b67fa

Browse files
authored
fix(agent): Fixes monolog integration tests provisioning and clm tests (#1028)
Fixes issues with the Monolog provisioning needed for the Monolog integration tests (Monolog 2 and 3) to run properly. Without this fix these tests are skipped. Also fixes the CLM line number expectations as these changes with the updated Monolog versions used for the tests.
1 parent 8a993c3 commit 11b67fa

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

tests/include/monolog2.tar.bz2

-15.3 KB
Binary file not shown.

tests/include/monolog3.tar.bz2

-16.7 KB
Binary file not shown.

tests/integration/logging/monolog2/test_monolog_basic_clm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
{},
9898
{
99-
"code.lineno": 328,
99+
"code.lineno": 340,
100100
"code.namespace":"Monolog\\Logger",
101101
"code.filepath": "??",
102102
"code.function": "addRecord"

tests/integration/logging/monolog3/test_monolog_basic_clm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
{},
9898
{
99-
"code.lineno": 314,
99+
"code.lineno": 332,
100100
"code.namespace":"Monolog\\Logger",
101101
"code.filepath": "??",
102102
"code.function": "addRecord"

0 commit comments

Comments
 (0)