Skip to content

Commit

Permalink
Allow php 8.4 + composer bump --dev-only + laminas/laminas-coding-sta…
Browse files Browse the repository at this point in the history
…ndard:^3

Signed-off-by: fezfez <[email protected]>
  • Loading branch information
fezfez committed Nov 17, 2024
1 parent a62a980 commit 0de6e90
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true"
cacheDirectory=".phpunit.cache">
cacheDirectory=".phpunit.cache"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
failOnPhpunitDeprecation="true"
displayDetailsOnPhpunitDeprecations="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true">

<coverage includeUncoveredFiles="true"/>
<testsuites>
<testsuite name="laminas-modulemanager Test Suite">
Expand Down

0 comments on commit 0de6e90

Please sign in to comment.