8000 Exlcude abstract testcases · symfony/symfony@b48c5d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b48c5d8

Browse files
committed
Exlcude abstract testcases
1 parent 59b8e5b commit b48c5d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/rector.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
__DIR__.'/../src',
1212
]);
1313

14+
/* covered by BC promise */
15+
$rectorConfig->skip([
16+
__DIR__.'/../src/Symfony/Component/*/Test/*TestCase.php',
17+
]);
18+
1419
$rectorConfig->rule(StaticDataProviderClassMethodRector::class);
1520
};

0 commit comments

Comments
 (0)
0