Skip to content

Commit 88e1315

Browse files
committed
minor #12734 Fix documentation for PhpUnitBridge regex configuration (MrYamous)
This PR was merged into the 4.3 branch. Discussion ---------- Fix documentation for PhpUnitBridge regex configuration PR for issue #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
2 parents 85998d5 + d76b6d0 commit 88e1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ message, enclosed with ``/``. For example, with:
209209
210210
<php>
211211
<server name="KERNEL_CLASS" value="App\Kernel"/>
212-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="regex=/foobar/"/>
212+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="/foobar/"/>
213213
</php>
214214
</phpunit>
215215

0 commit comments

Comments
 (0)