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.
85
85
- Thanks to Juliette Reinders Folmer (@jrfnl ) for the patch
86
86
- The -e (explain) command will now list sniffs in natural order
87
87
- 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
88
90
89
91
### Removed
90
92
- Removed support for installing via PEAR
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ protected function getTestFiles($testFileBase)
90
90
}
91
91
92
92
// Put them in order.
93
- sort ($ testFiles );
93
+ sort ($ testFiles, SORT_NATURAL );
94
94
95
95
return $ testFiles ;
96
96
You can’t perform that action at this time.
0 commit comments