Skip to content

Commit

Permalink
minor symfony#11753 Remove space before self closing xml tag (OskarSt…
Browse files Browse the repository at this point in the history
…ark)

This PR was merged into the 3.4 branch.

Discussion
----------

Remove space before self closing xml tag

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

d8367f0 Remove space before self closing xml tag
  • Loading branch information
javiereguiluz committed Jun 14, 2019
2 parents 8acaa40 + d8367f0 commit 3baeb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ If you have installed the bridge through Composer, you can run it by calling e.g

It's possible to change the base version of PHPUnit by setting the
``SYMFONY_PHPUNIT_VERSION`` env var in the ``phpunit.xml.dist`` file (e.g.
``<server name="SYMFONY_PHPUNIT_VERSION" value="5.5" />``). This is the
``<server name="SYMFONY_PHPUNIT_VERSION" value="5.5"/>``). This is the
preferred method as it can be committed to your version control repository.

It's also possible to set ``SYMFONY_PHPUNIT_VERSION`` as a real env var
Expand Down

0 comments on commit 3baeb4f

Please sign in to comment.