mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Support xfail in SKIPIF sections #37
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 @cmb69 on GitHub (Jul 11, 2019).
As of PHP 7.2.0 there is the possibility to dynamically mark tests as XFAIL, see
5cee9dfe9a. This should be supported by PFFT2 as well.