Skip to content

Commit d485b85

Browse files
committed
Fix a PHPUnit deprecation
1 parent 1d2fab8 commit d485b85

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)