Skip to content

Commit

Permalink
[BUGFIX] Deterministic sorting it test splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Feb 10, 2021
1 parent 0f8c9d9 commit 3872260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Core/Build/Scripts/splitAcceptanceTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function execute()
->files()
->in(__DIR__ . '/../../../../../../../typo3/sysext/core/Tests/Acceptance/Backend')
->name('/Cest\.php$/')
->sortByName()
;

$parser = (new ParserFactory)->create(ParserFactory::ONLY_PHP7);
Expand Down
1 change: 1 addition & 0 deletions Resources/Core/Build/Scripts/splitFunctionalTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function execute()
->files()
->in(__DIR__ . '/../../../../../../../typo3/sysext/*/Tests/Functional')
->name('/Test\.php$/')
->sortByName()
;

$parser = (new ParserFactory)->create(ParserFactory::ONLY_PHP7);
Expand Down

0 comments on commit 3872260

Please sign in to comment.