Skip to content

Commit

Permalink
Turn on phpunit PHP Notice exceptions
Browse files Browse the repository at this point in the history
Moving to PHP7.4 generated Notice reports during phpunit
tests for ORM 2.5.14. This re-enables the reports which were
temporarily switched off to allow the tests to run.
  • Loading branch information
Ian Neilson authored and gregcorbett committed Oct 9, 2023
1 parent fe19ec8 commit 35fc915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PHPUnit configuration file for tests.
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="false"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
Expand Down

0 comments on commit 35fc915

Please sign in to comment.