Skip to content

Commit

Permalink
[PHPUnit] Dropped unsupported syntaxCheck configuration (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz authored May 27, 2022
1 parent 9815af4 commit 5a8ddcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
syntaxCheck="true">
convertWarningsToExceptions="true">
<php>
<ini name="error_reporting" value="-1" />
</php>
Expand Down

0 comments on commit 5a8ddcf

Please sign in to comment.