Skip to content

Commit a868b5a

Browse files
committed
Fixed a PHPUnit deprecation
1 parent 6aee739 commit a868b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/unit_testing.rst

+1-1
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)