Skip to content

Commit

Permalink
Revert "Sort test suites by name"
Browse files Browse the repository at this point in the history
This reverts commit ddec44b.
  • Loading branch information
sebastianbergmann committed Mar 20, 2022
1 parent 377244f commit eea1871
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Util/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
use function preg_match;
use function putenv;
use function realpath;
use function sort;
use function sprintf;
use function stream_resolve_include_path;
use function strlen;
Expand Down Expand Up @@ -924,8 +923,6 @@ public function getTestSuiteNames(): array
$names[] = $node->getAttribute('name');
}

sort($names);

return $names;
}

Expand Down

0 comments on commit eea1871

Please sign in to comment.