mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
ArrayOutOfBoundsException when no test cases found #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.