PHPUnit runs two simultaneous instances when doing tests #8

Closed
opened 1 year ago 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] ```
dustinwilson added the
bug
label 1 year ago
jking was assigned by dustinwilson 1 year ago
Poster
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.
jking was unassigned by dustinwilson 1 year ago
dustinwilson self-assigned this 1 year ago
Poster
Owner

Made irrelevant by 5d8e77e89a.

Made irrelevant by 5d8e77e89a.
dustinwilson closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.