-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Improve output of --check-php-configuration #6307
Copy link
Copy link
Closed
Labels
type/enhancementA new idea that should be implementedA new idea that should be implementedversion/10Something affects PHPUnit 10Something affects PHPUnit 10version/11Something affects PHPUnit 11Something affects PHPUnit 11version/12Something affects PHPUnit 12Something affects PHPUnit 12
Metadata
Metadata
Assignees
Labels
type/enhancementA new idea that should be implementedA new idea that should be implementedversion/10Something affects PHPUnit 10Something affects PHPUnit 10version/11Something affects PHPUnit 11Something affects PHPUnit 11version/12Something affects PHPUnit 12Something affects PHPUnit 12
Current output:
This is my result. I now know that I should probably change my
error_reportingandmemory_limitfor the CLI, BUT it wasn't my initial thought: at first I was thinking that there was a bug in PHPUnit… since it's showing my that "my memory limit is -1 and it's not ok" xDWell, actually it's showing the desired value and
ok/not ok– not the current value ;-)Suggested improvement: if the value is
not ok-> then show the current value next to the desired value -> it will be more obvious what's going on and and easier to fix.Expected output: