Skip to content

Commit

Permalink
Fix test setup() method
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 1, 2022
1 parent acf43a8 commit 2b4895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/User/UserExtendedAttributesEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UserExtendedAttributesEventTest extends TestCase {
/** @var UserExtendedAttributesEvent | \PHPUnit\Framework\MockObject\MockObject */
private $userExtendedAttributesEvent;

public function setUp() {
public function setUp(): void {
parent::setUp();

$this->user = $this->createMock(IUser::class);
Expand Down

0 comments on commit 2b4895e

Please sign in to comment.