Skip to content

Commit

Permalink
Amended phpunit xml file so warning message about sytaxCheck disapears.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDWaller committed Nov 20, 2018
1 parent 1b2333b commit bc96bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phpunit.xml
Expand Up @@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuites>
<testsuite name="Really Simple JWT Test Suite">
<directory suffix=".php">./tests/</directory>
Expand Down

0 comments on commit bc96bf9

Please sign in to comment.