PHPUnit runs two simultaneous instances when doing tests #8

Closed
opened 2023-01-25 18:19:20 -05:00 by dustinwilson · 2 comments
Owner

Example:

./run test
PHPUnit 9.5.28 by Sebastian Bergmann and contributors.

..........................                                        26 / 26 (100%)

Time: 00:00.327, Memory: 22.00 MB

OK (26 tests, 118 assertions)

Generating code coverage report in HTML format ... done [00:00.073]
.................                                        26 / 26 (100%)

Time: 00:00.473, Memory: 22.00 MB

OK (26 tests, 116 assertions)

Generating code coverage report in HTML format ... done [00:00.072]
Example: ``` ./run test PHPUnit 9.5.28 by Sebastian Bergmann and contributors. .......................... 26 / 26 (100%) Time: 00:00.327, Memory: 22.00 MB OK (26 tests, 118 assertions) Generating code coverage report in HTML format ... done [00:00.073] ................. 26 / 26 (100%) Time: 00:00.473, Memory: 22.00 MB OK (26 tests, 116 assertions) Generating code coverage report in HTML format ... done [00:00.072] ```
Author
Owner

This is caused by forking when throwing. Will need to investigate further.

This is caused by forking when throwing. Will need to investigate further.
Author
Owner

Made irrelevant by 5d8e77e89a.

Made irrelevant by 5d8e77e89a.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MensBeam/Catcher#8
No description provided.