From cfc3b57488458801c64c750cb500c98c1ef635ad Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Jan 2020 00:43:23 +0000 Subject: Docs: Improve inline comments per the documentation standards. Includes minor code layout fixes for better readability. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47122 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/includes/phpunit7/speed-trap-listener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/phpunit/includes/phpunit7') diff --git a/tests/phpunit/includes/phpunit7/speed-trap-listener.php b/tests/phpunit/includes/phpunit7/speed-trap-listener.php index 164245df03..a0d95ea20c 100644 --- a/tests/phpunit/includes/phpunit7/speed-trap-listener.php +++ b/tests/phpunit/includes/phpunit7/speed-trap-listener.php @@ -154,7 +154,7 @@ class SpeedTrapListener implements PHPUnit_Framework_TestListener { $this->suites--; if ( 0 === $this->suites && $this->hasSlowTests() ) { - arsort( $this->slow ); // Sort longest running tests to the top + arsort( $this->slow ); // Sort longest running tests to the top. $this->renderHeader(); $this->renderBody(); -- cgit v1.2.3