minor #16482 [Bridge] [PhpUnit] fixes documentation markup. (hhamon)

This PR was merged into the 2.7 branch.

Discussion
----------

[Bridge] [PhpUnit] fixes documentation markup.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Commits
-------

9e41d27 [Bridge] [PhpUnit] fixes documentation markup.
This commit is contained in:
Fabien Potencier 2015-11-07 09:12:54 +01:00
commit 9093f1f564

View File

@ -12,7 +12,7 @@ It comes with the following features:
By default any non-legacy-tagged or any non-@-silenced deprecation notices will By default any non-legacy-tagged or any non-@-silenced deprecation notices will
make tests fail. make tests fail.
This can be changed by setting the SYMFONY_DEPRECATIONS_HELPER environment This can be changed by setting the `SYMFONY_DEPRECATIONS_HELPER` environment
variable to `weak`. This will make the bridge ignore deprecation notices and variable to `weak`. This will make the bridge ignore deprecation notices and
is useful to projects that must use deprecated interfaces for backward is useful to projects that must use deprecated interfaces for backward
compatibility reasons. compatibility reasons.
@ -33,7 +33,7 @@ A summary of deprecation notices is displayed at the end of the test suite:
Usage Usage
----- -----
Add this bridge to the `require-dev` section of your composer.json file Add this bridge to the `require-dev` section of your `composer.json` file
(not in `require`) with e.g. `composer require --dev "symfony/phpunit-bridge"`. (not in `require`) with e.g. `composer require --dev "symfony/phpunit-bridge"`.
When running `phpunit`, you will see a summary of deprecation notices at the end When running `phpunit`, you will see a summary of deprecation notices at the end