Skip to content

Commit 51ad0dc

Browse files
committed
Become PHPUnit 9 compatible
1 parent 7d32306 commit 51ad0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/DrupalHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DrupalHelperTest extends TestCase
1616
*/
1717
protected $class;
1818

19-
protected function setUp()
19+
protected function setUp(): void
2020
{
2121

2222
$this->stub = $this->createMock(DrupalHelper::class);

0 commit comments

Comments
 (0)