-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
feature/configuration/clifeature/test-runnerCLI test runnerCLI test runnertype/enhancementA new idea that should be implementedA new idea that should be implemented
Description
Motivated by #6294, I would like to have the following:
❯ ./phpunit --check-php-configuration
PHPUnit 12.4-geb984b78f8 by Sebastian Bergmann and contributors.
Checking whether PHP is configured according to https://docs.phpunit.de/en/12.4/installation.html#configuring-php-for-development
display_errors = On ... ok
display_startup_errors = On ... ok
error_reporting = -1 ... ok
xdebug.show_exception_trace = 0 ... ok
zend.assertions = 1 ... ok
assert.exception = 1 ... ok
memory_limit = -1 ... ok
Metadata
Metadata
Assignees
Labels
feature/configuration/clifeature/test-runnerCLI test runnerCLI test runnertype/enhancementA new idea that should be implementedA new idea that should be implemented