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

Downgrade PHPUnit to version used by Drupal core (~4.8) #996

Merged
merged 1 commit into from
Jan 19, 2017
Merged

Downgrade PHPUnit to version used by Drupal core (~4.8) #996

merged 1 commit into from
Jan 19, 2017

Conversation

TravisCarden
Copy link
Contributor

PhpStorm seems to be incompatible with PhpUnit 5 (or some of its dependencies). Can we downgrade to the version used by Drupal core (~4.8)? Tracking core on that point seems like the safest thing to do anyway, since many people will want to write unit tests that will work on the Drupal.org testbot and some people may even want to run core's unit tests; and the safest thing in both those cases is to use the same version.

@@ -21,7 +21,7 @@
"drupal/console": "^1.0.0-rc13",
"phing/phing": "^2.15.0",
"php": ">=5.6",
"phpunit/phpunit": "^5.5.4",
"phpunit/phpunit": "~4.8",
Copy link
Contributor

Choose a reason for hiding this comment

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

Please specify this as a minimum version. E.g., ^4.8

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@grasmash Done.

@grasmash grasmash merged commit 5f667cb into acquia:8.x Jan 19, 2017
@grasmash grasmash added the Enhancement A feature or feature request label Feb 1, 2017
@TravisCarden TravisCarden deleted the phpunit branch February 13, 2017 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants