Skip to content

Commit 2aef750

Browse files
author
smoench
committed
fix sorting order
1 parent 15acc7c commit 2aef750

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Configuration/ConfigurationFileNoConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use function KevinGH\Box\FileSystem\mkdir;
2020
use function KevinGH\Box\FileSystem\remove;
2121
use function KevinGH\Box\FileSystem\touch;
22+
use function natcasesort;
2223
use const PHP_OS_FAMILY;
2324
use function symlink;
2425

@@ -689,6 +690,7 @@ public function test_it_ignores_the_most_common_non_needed_files_when_guess_the_
689690
'Upgrade.php',
690691
'UpgradeCommand.php',
691692
];
693+
natcasesort($expected);
692694

693695
$noFileConfig = $this->getNoFileConfig();
694696

0 commit comments

Comments
 (0)