Missing event when child process ends unexpectedly #6134
Labels
feature/events
Issues related to PHPUnit's event system
feature/process-isolation
Issues related to running tests in separate PHP processes
feature/test-runner
CLI test runner
type/bug
Something is broken
version/11
Something affects PHPUnit 11
version/12
Something affects PHPUnit 12
tests/Issue6134Test.php
In the above, we only see a
Child Process Started
event. We do not see an event that the child process finished (unsuccessfully).The text was updated successfully, but these errors were encountered: