Skip to content

Commit a316a78

Browse files
committed
Sort files to avoid breaking tests
1 parent 9eee23a commit a316a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Installer/TestSuiteInstaller.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ private function getCoverageFiles()
198198
->notName('version.php')
199199
->notName('settings.php')
200200
->notPath('lang')
201-
->notPath('vendor');
201+
->notPath('vendor')
202+
->sortByName();
202203

203204
$this->plugin->context = 'phpunit'; // Bit of a hack, but ensure we respect PHPUnit ignores.
204205

0 commit comments

Comments
 (0)