ArrayOutOfBoundsException when no test cases found #52

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

Originally created by @lavturo on GitHub (Oct 1, 2019).

This error occurs when running with app_* commands. It only occurs when it finds the test pack folder but then is not able to enumerate any test cases.

The error comes from org.kxml2.io.KXmlSerializer. I believe the cause of it is because it is looking for a "testsuite" start tag for the xml file. However, it will not be found since it never enumerated any test cases.

I believe this issue is not too serious for the time being though.

Originally created by @lavturo on GitHub (Oct 1, 2019). This error occurs when running with app_* commands. It only occurs when it finds the test pack folder but then is not able to enumerate any test cases. The error comes from `org.kxml2.io.KXmlSerializer`. I believe the cause of it is because it is looking for a "testsuite" start tag for the xml file. However, it will not be found since it never enumerated any test cases. I believe this issue is not too serious for the time being though.
admin added the bug label 2026-01-24 11:40:33 +01:00
admin closed this issue 2026-01-24 11:40:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#52