Skip to content

Commit

Permalink
minor symfony#12734 Fix documentation for PhpUnitBridge regex configu…
Browse files Browse the repository at this point in the history
…ration (MrYamous)

This PR was merged into the 4.3 branch.

Discussion
----------

Fix documentation for PhpUnitBridge regex configuration

PR for issue symfony#12726

According to comments in symfony/symfony#34693, documentation appears to have diverged between 4.2 and 4.3.
Restoring the correct syntax in 4.3 documentation.

Commits
-------

d76b6d0 Fix documentation for PhpUnitBridge regex configuration
  • Loading branch information
javiereguiluz committed Dec 2, 2019
2 parents 85998d5 + d76b6d0 commit 88e1315
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 @@ -209,7 +209,7 @@ message, enclosed with ``/``. For example, with:
<php>
<server name="KERNEL_CLASS" value="App\Kernel"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="regex=/foobar/"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="/foobar/"/>
</php>
</phpunit>
Expand Down

0 comments on commit 88e1315

Please sign in to comment.