Skip to content

Commit 93b7e23

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/php/Unit/Service/Identify/SearchNormalizerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class SearchNormalizerTest extends TestCase {
2222
private IPhoneNumberUtil $phoneNumberUtil;
2323

2424
protected function setUp(): void {
25-
parent::setUp();
2625
$this->config = $this->createMock(IConfig::class);
2726
$this->phoneNumberUtil = Server::get(IPhoneNumberUtil::class);
2827
$this->normalizer = new SearchNormalizer($this->config, $this->phoneNumberUtil);

0 commit comments

Comments
 (0)