Skip to content

Commit 2fb24b0

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: [PhpUnitBridge] Fix missing brackets
2 parents b27bf72 + 3fbfc21 commit 2fb24b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ constraint to test the validity of the email domain::
469469
$result = $validator->validate('[email protected]', $constraint);
470470

471471
// ...
472+
}
472473
}
473474

474475
In order to avoid making a real network connection, add the ``@dns-sensitive``
@@ -493,6 +494,7 @@ the data you expect to get for the given hosts::
493494
$result = $validator->validate('[email protected]', $constraint);
494495

495496
// ...
497+
}
496498
}
497499

498500
The ``withMockedHosts()`` method configuration is defined as an array. The keys

0 commit comments

Comments
 (0)