Skip to content

Commit a17591b

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/php/Unit/Service/SignRequest/ProgressPollDecisionPolicyTest.php

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

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

0 commit comments

Comments
 (0)