sebastianbergmann / phpunit

The PHP Unit Testing framework.
https://phpunit.de/
BSD 3-Clause "New" or "Revised" License
19.67k stars 2.2k forks source link

PHPT requirements before process creation #5973

Open staabm opened 2 days ago

staabm commented 2 days ago

I wonder whether there is a way when using PHPT to detect test requirements early and prevent starting a subprocess at all

Same as https://github.com/sebastianbergmann/phpunit/issues/4391 but for PHPT

staabm commented 2 days ago

//cc @MauricioFauth since you worked recently on similar stuff