Skip to content

Commit 4c3f5b3

Browse files
Remove useless parent method calls in tests
1 parent c455af3 commit 4c3f5b3

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)