Skip to content

Commit 40f087a

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Fixed a PHPUnit deprecation
2 parents 40415a5 + a868b5a commit 40f087a

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)