Skip to content

Commit 1bf31f8

Browse files
committed
chore: separate SDK OTEL test suite from custom formatters
1 parent b1ae8a4 commit 1bf31f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

phpunit.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@
1414
<exclude>./tests/OpenTelemetry/</exclude>
1515
<exclude>./tests/TestCase.php</exclude>
1616
</testsuite>
17-
<testsuite name="OTEL">
17+
<testsuite name="OTEL Functionality Test Suite">
1818
<directory>./tests/OpenTelemetry/</directory>
1919
<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>
2024
</testsuite>
2125
</testsuites>
2226
<php>

0 commit comments

Comments
 (0)