Skip to content

Commit 1f61fee

Browse files
committed
Merge branch '4.4'
* 4.4: [PhpUnitBridge] Fix missing brackets
2 parents 59f6c66 + 32cfb41 commit 1f61fee

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

519519
// ...
520+
}
520521
}
521522

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

543544
// ...
545+
}
544546
}
545547

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

0 commit comments

Comments
 (0)