Skip to content

Commit 39ee9b8

Browse files
committed
minor #14267 Fix a PHPUnit deprecation (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Fix a PHPUnit deprecation Fixes #14245. Commits ------- d485b85 Fix a PHPUnit deprecation
2 parents 7b3c6a1 + d485b85 commit 39ee9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ make sure the ``FormRegistry`` uses the created instance::
159159
{
160160
private $objectManager;
161161

162-
protected function setUp()
162+
protected function setUp(): void
163163
{
164164
// mock any dependencies
165165
$this->objectManager = $this->createMock(ObjectManager::class);

0 commit comments

Comments
 (0)