We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ae8a4 commit 1bf31f8Copy full SHA for 1bf31f8
phpunit.xml
@@ -14,9 +14,13 @@
14
<exclude>./tests/OpenTelemetry/</exclude>
15
<exclude>./tests/TestCase.php</exclude>
16
</testsuite>
17
- <testsuite name="OTEL">
+ <testsuite name="OTEL Functionality Test Suite">
18
<directory>./tests/OpenTelemetry/</directory>
19
<exclude>./tests/OpenTelemetry/ExampleTest.php</exclude>
20
+ <exclude>./tests/OpenTelemetry/Formatters</exclude>
21
+ </testsuite>
22
+ <testsuite name="OTEL Custom Formatters Test Suite">
23
+ <directory>./tests/OpenTelemetry/Formatters/</directory>
24
25
</testsuites>
26
<php>
0 commit comments