-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to PHPUnit 9.3 #153
Conversation
@@ -5,13 +5,13 @@ | |||
namespace Paraunit\Filter; | |||
|
|||
use Paraunit\Configuration\PHPUnitConfig; | |||
use Paraunit\Proxy\PHPUnitUtilXMLProxy; | |||
use PHPUnit\Util\Xml\Loader; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, relying on @internal
classes is mandatory indeed, from now on, if we don't want to reinvent the wheel 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, I noticed... If it breaks, I'll decide if I want to copy that over or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confident that every sudden change introduced by Sebastian will always be for a more comprehensive and stable solution for the future, so keeping up to phpunit changes are going to be easier then rewriting it, I hope.
PHPUnit 9.3 requires CodeCoverage 9.0 which has some important breaking changes. Due to this, we can't support older PHPUnit versions at the same time.