Skip to content

Commit 0ae1898

Browse files
committed
surrpressed deprecation messages
1 parent 4d37b4d commit 0ae1898

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

src/Instrumentation/Psr3/tests/phpt/export_apix.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test generating OTLP from apix logger
3+
--INI--
4+
error_reporting = E_ALL & ~E_DEPRECATED
35
--FILE--
46

57
<?php

src/Instrumentation/Psr3/tests/phpt/export_multi.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test generating OTLP from multiple psr3 loggers
3+
--INI--
4+
error_reporting = E_ALL & ~E_DEPRECATED
35
--FILE--
46

57
<?php

src/Instrumentation/Psr3/tests/phpt/export_yii.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test generating OTLP from yii logger
3+
--INI--
4+
error_reporting = E_ALL & ~E_DEPRECATED
35
--FILE--
46

57
<?php

src/Instrumentation/Psr3/tests/phpt/inject_apix.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test inject context to symfony logger
3+
--INI--
4+
error_reporting = E_ALL & ~E_DEPRECATED
35
--FILE--
46

57
<?php

src/Instrumentation/Psr3/tests/phpt/inject_yii.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test inject context to yii logger
3+
--INI--
4+
error_reporting = E_ALL & ~E_DEPRECATED
35
--FILE--
46

57
<?php

0 commit comments

Comments
 (0)