Skip to content

Commit e279ee9

Browse files
test(rector): remove redundant parent calls in CrlUrlParserServiceTest
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1989fed commit e279ee9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/php/Unit/Service/Crl/CrlUrlParserServiceTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class CrlUrlParserServiceTest extends TestCase {
1919
private CrlUrlParserService $service;
2020

2121
protected function setUp(): void {
22-
parent::setUp();
2322
$this->urlGenerator = \OCP\Server::get(IURLGenerator::class);
2423
$this->service = new CrlUrlParserService($this->urlGenerator);
2524
}

0 commit comments

Comments
 (0)