Skip to content

Commit

Permalink
Merge pull request #2 from nickbeen/nickbeen/phpunit
Browse files Browse the repository at this point in the history
Allow output during tests
  • Loading branch information
nickbeen authored Jun 19, 2022
2 parents f3e95b6 + f40bd65 commit fec8413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
beStrictAboutOutputDuringTests="true"
beStrictAboutOutputDuringTests="false"
bootstrap="vendor/autoload.php"
colors="true"
executionOrder="random"
Expand Down

0 comments on commit fec8413

Please sign in to comment.