Build/Test Tools, Formatting group:

- Add and update @covers tags.
- Add and improve docs and inline comments.

Props pbeane, hellofromTonya, antonvlasenko, ironprogrammer, SergeyBiryukov, costdev.
See #39265.

git-svn-id: https://develop.svn.wordpress.org/trunk@53562 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2022-06-23 20:27:34 +00:00
parent db1b341dec
commit 5a3f8484d6
60 changed files with 376 additions and 40 deletions

View File

@@ -3,6 +3,8 @@
/**
* @group formatting
* @ticket 38773
*
* @covers ::human_time_diff
*/
class Tests_Formatting_HumanTimeDiff extends WP_UnitTestCase {