Skip to content

Commit

Permalink
Output phpunit in stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Oct 11, 2023
1 parent 6aa6571 commit 5bb39d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ tag:
test:
cp phpunit.xml.dist phpunit.xml
./vendor/bin/phpunit --migrate-configuration || true
./vendor/bin/phpunit test
./vendor/bin/phpunit --stderr test

# Remove all installed files
.PHONY: uninstall
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.34
1.7.35

0 comments on commit 5bb39d9

Please sign in to comment.