Skip to content

Commit 773f4ea

Browse files
committed
[Tests] Cleanup
1 parent bfbf95d commit 773f4ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/src/DeprecatedScope/DeprecationHelperScopeTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ protected function getRule(): Rule
2424
public function testCustomScope(): void
2525
{
2626
[$version] = explode('.', \Drupal::VERSION, 2);
27-
if ($version < '10') {
28-
self::markTestSkipped('Not tested on < Drupal 10');
29-
}
3027
require_once __DIR__ . '/data/deprecated-data-definition.php';
3128
$this->analyse(
3229
[__DIR__ . '/data/deprecation-helper-test.php'],

0 commit comments

Comments
 (0)