Skip to content

Commit

Permalink
Some fixes in phpunit.github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Dec 22, 2020
1 parent a54ac86 commit f4297fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.github.xml
Expand Up @@ -5,7 +5,7 @@
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
processIsolation="false"
stopOnFailure="false">
stopOnFailure="true">
<php>
<ini name="error_reporting" value="-1" />
<var name="db_type" value="pdo_pgsql"/>
Expand Down

0 comments on commit f4297fc

Please sign in to comment.