Docs: Use third-person singular verbs in some test descriptions in phpunit/tests/functions/.

Follow-up to [42971], [45371], [46159], [46175], [47779], [50962], [50964], [51910], [52778].

Props azouamauriac, SergeyBiryukov.
See #54725.

git-svn-id: https://develop.svn.wordpress.org/trunk@52780 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2022-02-21 14:50:07 +00:00
parent f764d7381a
commit 7a96aefac6
9 changed files with 33 additions and 33 deletions

View File

@@ -8,7 +8,7 @@
class Tests_Functions_CleanDirsizeCache extends WP_UnitTestCase {
/**
* Test the handling of invalid data passed as the $path parameter.
* Tests the handling of invalid data passed as the $path parameter.
*
* @ticket 52241
*
@@ -53,7 +53,7 @@ class Tests_Functions_CleanDirsizeCache extends WP_UnitTestCase {
}
/**
* Test the handling of a non-path text string passed as the $path parameter.
* Tests the handling of a non-path text string passed as the $path parameter.
*
* @ticket 52241
*
@@ -105,7 +105,7 @@ class Tests_Functions_CleanDirsizeCache extends WP_UnitTestCase {
}
/**
* Test the behaviour of the function when the transient doesn't exist.
* Tests the behaviour of the function when the transient doesn't exist.
*
* @ticket 52241
* @ticket 53635
@@ -121,7 +121,7 @@ class Tests_Functions_CleanDirsizeCache extends WP_UnitTestCase {
}
/**
* Test the behaviour of the function when the transient does exist, but is not an array.
* Tests the behaviour of the function when the transient does exist, but is not an array.
*
* In particular, this tests that no PHP TypeErrors are being thrown.
*