mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Upgrade bundled PHPUnit #60
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 (Nov 15, 2019).
The files in cache/util/PEAR/pear/PHPUnit are currently PHPUnit 3.6.11, DBUnit 1.2.0 and phpunit-mock-objects; so all pretty old versions, and the latter two projects are even abandoned, whereby the MockObjects have been bundled with PHPUnit in the meantime.
However, the bundled PHPUnit has been patched:
Also cache/util/PEAR/phpunit(.bat) have been patched as well.
So we have to figure out the details of upgrading and possibly unbundling: