Skip to content

Commit

Permalink
Merge pull request #655 from giggsey/php-7.4-min
Browse files Browse the repository at this point in the history
Show PHP deprecations
  • Loading branch information
giggsey authored Oct 7, 2024
2 parents 776fdfe + 990e8f6 commit 44d32ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="./tests/bootstrap.php"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
convertDeprecationsToExceptions="true"
colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">./src/</directory>
Expand Down

0 comments on commit 44d32ea

Please sign in to comment.