summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/includes/phpunit7
diff options
context:
space:
mode:
authorSergey Biryukov <sergeybiryukov@git.wordpress.org>2020-01-29 00:43:23 +0000
committerSergey Biryukov <sergeybiryukov@git.wordpress.org>2020-01-29 00:43:23 +0000
commitcfc3b57488458801c64c750cb500c98c1ef635ad (patch)
treeccdd2f702cf3b48fe3293ce69a4f371bff49788e /tests/phpunit/includes/phpunit7
parentbd2cd572aa1c127ef09772034d2a6b97a700e5f4 (diff)
downloadwordpress-cfc3b57488458801c64c750cb500c98c1ef635ad.tar.gz
wordpress-cfc3b57488458801c64c750cb500c98c1ef635ad.zip
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
Diffstat (limited to 'tests/phpunit/includes/phpunit7')
-rw-r--r--tests/phpunit/includes/phpunit7/speed-trap-listener.php2
1 files changed, 1 insertions, 1 deletions
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();