[PR #88] Fixes #76: ArrayOutOfBounds exception fixed #111

Closed
opened 2026-01-24 11:40:50 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/php/pftt2/pull/88

State: closed
Merged: No


scenario_set_setup was null. So PhpResultPackWriter would always throw an exception.

Simply moving this scenario_set_up call before it returns when there are no tests available fixes that issue.

**Original Pull Request:** https://github.com/php/pftt2/pull/88 **State:** closed **Merged:** No --- `scenario_set_setup` was null. So `PhpResultPackWriter` would always throw an [exception](https://github.com/php/pftt2/blob/94eb81a9e90be9f8ad1f576d9bf043e7952cc81a/src/com/mostc/pftt/results/PhpResultPackWriter.java#L638). Simply moving this `scenario_set_up` call before it returns when there are no tests available fixes that issue.
admin added the pull-request label 2026-01-24 11:40:50 +01:00
admin closed this issue 2026-01-24 11:40:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#111