Skip to content

Commit d195ff3

Browse files
committed
minor #58374 Remove useless parent method calls in tests (alexandre-daubois)
This PR was merged into the 7.2 branch. Discussion ---------- Remove useless parent method calls in tests | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT The vast majority of tests don't call these parent methods, because they are no op. There are a few places where they are called, let's remove them? Commits ------- b54596f604 Remove useless parent method calls in tests
2 parents 7b16156 + 4c3f5b3 commit d195ff3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/Transport/NativeTransportFactoryTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ final class NativeTransportFactoryTest extends TestCase
2626

2727
public static function setUpBeforeClass(): void
2828
{
29-
parent::setUpBeforeClass();
30-
3129
$namespace = str_replace('\\Tests\\', '\\', __NAMESPACE__);
3230

3331
$current = static::class;

0 commit comments

Comments
 (0)