We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd381c commit 97e24d2Copy full SHA for 97e24d2
phpunit.xml.dist
@@ -7,7 +7,7 @@
7
convertWarningsToExceptions="true"
8
>
9
<testsuites>
10
- <testsuite>
+ <testsuite name="jwt-auth">
11
<directory prefix="class-test-" suffix=".php">./tests/</directory>
12
<directory prefix="test-" suffix=".php">./tests/</directory>
13
</testsuite>
0 commit comments