mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 01:02:11 +01:00
Implement pftt setup, step 3 #7
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 @weltling on GitHub (Mar 18, 2019).
Implement fetching and configuring PHP apps required for tests. Until now, PFTT2 kept all the apps in the local cache, checked in into the repository. That's not the case anymore, so those apps need to be readded at the setup time. These apps that come in question first are
It would probably make sense to split this into multiple PRs by app.
Thanks.