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

[Book][Testing] bump required PHPUnit version #4731

Merged
merged 1 commit into from
Jan 16, 2015

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jan 2, 2015

Q A
Doc fix? yes
New docs? no
Applies to all
Fixed tickets

@@ -17,7 +17,7 @@ it has its own excellent `documentation`_.

.. note::

Symfony works with PHPUnit 3.5.11 or later, though version 3.6.4 is
Symfony works with PHPUnit 3.5.11 or later, though version 4.2 is
Copy link
Member Author

Choose a reason for hiding this comment

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

Should we really still talk about PHPUnit 3.5.11 here?

Copy link
Member

Choose a reason for hiding this comment

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

Actually, I'm not sure we can still run our testsuite on 3.5.11. I'm actually quite sure we started using 3.6+ features a long time ago, and we probably even use some newer features in a few place. So the requirement version should be bumped.

And the recommendation should be to use the latest stable version IMO (because this is what we actually use on Travis and on our development boxes, and so this is what actually works for sure)

Copy link
Member Author

Choose a reason for hiding this comment

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

IIRC the testsuite uses atLeastOnce() which requires 4.2.

Copy link
Member Author

Choose a reason for hiding this comment

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

I updated the wording.

@weaverryan
Copy link
Member

Thanks!

@weaverryan weaverryan merged commit c5d4ce1 into symfony:2.3 Jan 16, 2015
weaverryan added a commit that referenced this pull request Jan 16, 2015
This PR was merged into the 2.3 branch.

Discussion
----------

[Book][Testing] bump required PHPUnit version

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Commits
-------

c5d4ce1 bump required PHPUnit version
@xabbuh xabbuh deleted the update-required-phpunit-version branch January 17, 2015 09:35
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.

3 participants