Skip to content

Commit

Permalink
Merge pull request #225 from fightbulc/feature/strict
Browse files Browse the repository at this point in the history
Enhancement: Increase strictness when running tests with `phpunit/phpunit`
  • Loading branch information
localheinz committed Feb 27, 2024
2 parents b576ff2 + 6356b7e commit 27c1f27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
xsi:noNamespaceSchemaLocation="../vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutChangesToGlobalState="true"
beStrictAboutCoversAnnotation="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutResourceUsageDuringSmallTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutTodoAnnotatedTests="true"
bootstrap="../vendor/autoload.php"
cacheResult="false"
colors="true"
Expand Down

0 comments on commit 27c1f27

Please sign in to comment.