Skip to content

Commit 6a2e9b0

Browse files
committed
Remove dead test because of raised min-php version
1 parent b60bffc commit 6a2e9b0

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

tests/Rules/Classes/RequireParentConstructCallRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,4 @@ public function testCheckInTraits(): void
4444
$this->analyse([__DIR__ . '/data/call-to-parent-constructor-in-trait.php'], []);
4545
}
4646

47-
public function testCallsParentButHasNotParent(): void
48-
{
49-
if (PHP_VERSION_ID >= 70400) {
50-
self::markTestSkipped('This test does not support PHP 7.4 or higher.');
51-
}
52-
$this->analyse([__DIR__ . '/data/call-to-parent-constructor-php-lt-74.php'], []);
53-
}
54-
5547
}

tests/Rules/Classes/data/call-to-parent-constructor-php-lt-74.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)