File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ The file documents changes to the PHP_CodeSniffer project.
8585 - Thanks to Juliette Reinders Folmer (@jrfnl ) for the patch
8686- The -e (explain) command will now list sniffs in natural order
8787 - Thanks to Juliette Reinders Folmer (@jrfnl ) for the patch
88+ - Tests using the PHPCS native test framework with multiple test case files will now run the test case files in numeric order.
89+ - Thanks to Juliette Reinders Folmer (@jrfnl ) for the patch
8890
8991### Removed
9092- Removed support for installing via PEAR
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ protected function getTestFiles($testFileBase)
9090 }
9191
9292 // Put them in order.
93- sort ($ testFiles );
93+ sort ($ testFiles, SORT_NATURAL );
9494
9595 return $ testFiles ;
9696
You can’t perform that action at this time.
0 commit comments