Skip to content

Commit

Permalink
dev: Output PHPUnit results with TestDox format
Browse files Browse the repository at this point in the history
I removed the TestDox output when upgrading to PHPUnit 10 because the
behaviour changed: TestDox is output at the end, once all the tests have
run. I found this useless and so I removed this output.

However, I now realize that it can help to understand the order in which
the tests are run. It can help to debug strange behaviour.

Reference: 4dd097d
  • Loading branch information
marien-probesys committed Mar 13, 2024
1 parent 568c3b7 commit 2890d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ icons: ## Build the icons asset
test: ## Run the test suite
$(PHP) ./bin/phpunit \
-c .phpunit.xml.dist \
--testdox \
$(COVERAGE) \
$(PHPUNIT_FILTER) \
$(PHPUNIT_FILE)
Expand Down

0 comments on commit 2890d74

Please sign in to comment.