Skip to content

Commit

Permalink
Fix: Actually resolve dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Sep 8, 2018
1 parent 6188dbe commit c8319a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Runner/TestSuiteSorterTest.php
Expand Up @@ -139,7 +139,7 @@ public function commonSorterOptionsProvider(): array
// Activating dependency resolution should have no effect under normal circumstances
'resolve default' => [
TestSuiteSorter::ORDER_DEFAULT,
self::IGNORE_DEPENDENCIES,
self::RESOLVE_DEPENDENCIES,
['testOne', 'testTwo', 'testThree', 'testFour', 'testFive']],

// Reversing without checks should give a simple reverse order
Expand Down

0 comments on commit c8319a8

Please sign in to comment.