fix: what's considered a "deffect" test

This commit is contained in:
Nuno Maduro
2023-02-18 16:09:50 +00:00
parent aa3369757c
commit 56a2f1b733
2 changed files with 182 additions and 0 deletions

View File

@ -19,6 +19,7 @@ final class BootOverrides implements Bootstrapper
*/
private const FILES = [
'Runner/Filter/NameFilterIterator.php',
'Runner/ResultCache/DefaultResultCache.php',
'Runner/TestSuiteLoader.php',
'TextUI/Output/Default/ProgressPrinter/TestSkippedSubscriber.php',
];