From fb8745d440887747bf6ada53ee865c41df49e3c0 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 20 Feb 2024 12:40:57 +0000 Subject: [PATCH] Build/Test Tools: Fix docblocks in a couple of test files to use two asterisks. Props mahnewr, rudlinkon,kraftbj, audrasjb, mukesh27. Fixes #60513. git-svn-id: https://develop.svn.wordpress.org/trunk@57665 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/includes/utils.php | 2 +- tests/phpunit/includes/wp-profiler.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/includes/utils.php b/tests/phpunit/includes/utils.php index 272e9a75b0..7c0d4e4b19 100644 --- a/tests/phpunit/includes/utils.php +++ b/tests/phpunit/includes/utils.php @@ -49,7 +49,7 @@ function strip_ws( $txt ) { return trim( implode( "\n", $result ) ); } -/* +/** * Helper class for testing code that involves actions and filters. * * Typical use: diff --git a/tests/phpunit/includes/wp-profiler.php b/tests/phpunit/includes/wp-profiler.php index 5c4ea902d0..fefdca63c6 100644 --- a/tests/phpunit/includes/wp-profiler.php +++ b/tests/phpunit/includes/wp-profiler.php @@ -1,6 +1,6 @@