phpunit deprecation notices only displayed when defining source directory #5074
Labels
feature/test-runner
CLI test runner
type/bug
Something is broken
version/9
Something affects PHPUnit 9
Summary
when running phpunit without defining a source directory at the end of your command it does not display phpunit's (deprecation) warnings
Current behavior
this does not display phpunit's (deprecation) warnings
while this does (e.g.
Warning: Test case class not matching filename is deprecated
)How to reproduce
minimal, self-contained test case to reproduce can be found over here
Expected behavior
i'm not quite sure what is to be expected (i.e. is this expected behaviour or a bug). personally i'd expect the (deprecation) warnings to be shown regardless or perhaps have a flag to have them displayed
The text was updated successfully, but these errors were encountered: