Changeset 47122 for trunk/tests/phpunit/includes/speed-trap-listener.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/speed-trap-listener.php
r46882 r47122 155 155 156 156 if ( 0 === $this->suites && $this->hasSlowTests() ) { 157 arsort( $this->slow ); // Sort longest running tests to the top 157 arsort( $this->slow ); // Sort longest running tests to the top. 158 158 159 159 $this->renderHeader();
Note: See TracChangeset
for help on using the changeset viewer.