Skip to content

Commit 6bbb747

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/php/Unit/Service/File/FileResponseOptionsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class FileResponseOptionsTest extends TestCase {
1717
private FileResponseOptions $options;
1818

1919
protected function setUp(): void {
20-
parent::setUp();
2120
$this->options = new FileResponseOptions();
2221
}
2322

0 commit comments

Comments
 (0)