Skip to content

Commit b6ffc78

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/php/Unit/Handler/SignEngine/TSATest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class TSATest extends TestCase {
1616
private TSA $tsa;
1717

1818
protected function setUp(): void {
19-
parent::setUp();
2019
$this->tsa = new TSA();
2120
}
2221

0 commit comments

Comments
 (0)