Skip to content

Commit 09c3d9e

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: [PhpUnitBridge] Fix missing brackets
2 parents c19d405 + 2fb24b0 commit 09c3d9e

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
@@ -521,6 +521,7 @@ constraint to test the validity of the email domain::
521521
$result = $validator->validate('[email protected]', $constraint);
522522

523523
// ...
524+
}
524525
}
525526

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

547548
// ...
549+
}
548550
}
549551

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

0 commit comments

Comments
 (0)