Skip to content
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

Merged
merged 13 commits into from
Sep 15, 2020
Merged

Migrate to PHPUnit 9.3 #153

merged 13 commits into from
Sep 15, 2020

Conversation

Jean85
Copy link
Member

@Jean85 Jean85 commented Sep 14, 2020

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.

@Jean85 Jean85 added this to the 1.2 milestone Sep 14, 2020
@Jean85 Jean85 self-assigned this Sep 14, 2020
@Jean85 Jean85 merged commit 9440b6a into master Sep 15, 2020
@Jean85 Jean85 deleted the phpunit-9.3 branch September 15, 2020 05:53
@@ -5,13 +5,13 @@
namespace Paraunit\Filter;

use Paraunit\Configuration\PHPUnitConfig;
use Paraunit\Proxy\PHPUnitUtilXMLProxy;
use PHPUnit\Util\Xml\Loader;
Copy link
Contributor

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 👍

Copy link
Member Author

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.

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants