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

Upgraded phpunit to allow 5.7 and 6.0 #63

Merged
merged 1 commit into from
Dec 3, 2017
Merged

Conversation

ruudk
Copy link
Contributor

@ruudk ruudk commented Dec 3, 2017

Finishes #45

@@ -5,3 +5,10 @@
require __DIR__ . '/../vendor/autoload.php';

AnnotationRegistry::registerLoader('class_exists');

// Polyfill PHPUnit 6.0 both ways
Copy link

@garak garak Dec 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really needed? Namespaced TestCase is in phpunit 5.7 already

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It fails on SF 2.8 with PHP 7.2

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could require symony/phpunit-bridge then, just to not reinvent the wheel

@cmodijk cmodijk merged commit 31e5d3d into SimpleBus:master Dec 3, 2017
@ruudk ruudk deleted the phpunit branch December 3, 2017 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants