Skip to content

Commit 97e24d2

Browse files
committed
Fix PHPUnit configuration validation
1 parent cbd381c commit 97e24d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
convertWarningsToExceptions="true"
88
>
99
<testsuites>
10-
<testsuite>
10+
<testsuite name="jwt-auth">
1111
<directory prefix="class-test-" suffix=".php">./tests/</directory>
1212
<directory prefix="test-" suffix=".php">./tests/</directory>
1313
</testsuite>

0 commit comments

Comments
 (0)