-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Documentation for the new PhpUnit bridge #5059
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
PHPUnitBridge
Testing
Milestone
Comments
xabbuh
added
Missing Documentation
actionable
Clear and specific issues ready for anyone to take them.
Testing
labels
Mar 5, 2015
I'll try to take care of it (already started writing an article about preparing for sf3) |
2 tasks
weaverryan
added a commit
that referenced
this issue
May 25, 2015
This PR was merged into the 2.3 branch. Discussion ---------- Documented upgrading path for a major version | Q | A | --- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | #5059, partially #5111 I feel like there are lots of questions about this topic and nothing has officially been written about it yet. This PR is a first shot at documenting the steps you need to take. I found this one of the hardest things to explain in an easy way. I hope others can improve it a bit :) Todo --- * [x] Add image of toolbar * [x] Add result of PhpUnit bridge Commits ------- 604ccab Fix formatting error 31999db Fixes after review 55fcee9 Applied comments 99c5075 Fix typo 300e8ab Added new recipe on upgrading a major version 2b0aee3 Fix little title case mistake 6a90c9b Created 'upgrade' cookbook section
This should be reopened. We should have a documentation page for the component itself, showing how to use it and describing its nice features (different modes, matching a single deprecation, etc...) |
wouterj
added a commit
that referenced
this issue
Mar 5, 2016
…heofidry) This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #6273). Discussion ---------- [PHPUnit bridge] Add documentation for the component | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | #5059 First draft of the doc. I'm not hyper familiar with the component so I may have overlooked a feature. Also I kind of find the name off: *PHPUnit Bridge*, it's not about a bridge, it's about deprecation. Bridge is the technical solution to bring it, it does not reflect what the component does. Commits ------- 6a1d886 [PHPUnit bridge] Add documentation for the component
done with #6273 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
PHPUnitBridge
Testing
symfony/symfony#13398 introduced the new PhpUnitBridge that will ship with Symfony 2.7. I think we should at least write a bit about it in the testing section of the cookbook.
The text was updated successfully, but these errors were encountered: