Skip to content

Commit 0a5ba03

Browse files
test(rector): remove redundant parent calls in ResultEnricherTest
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 9d099c7 commit 0a5ba03

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/php/Unit/Service/Identify/ResultEnricherTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class ResultEnricherTest extends TestCase {
2727
private IUser&MockObject $currentUser;
2828

2929
protected function setUp(): void {
30-
parent::setUp();
3130
$this->userSession = $this->createMock(IUserSession::class);
3231
$this->userManager = $this->createMock(IUserManager::class);
3332
$this->accountMethod = $this->createMock(Account::class);

0 commit comments

Comments
 (0)