wordpress-develop/tests/phpunit/includes/factory
Felix Arntz 1d006a0f57 General: Remove discouraged @return void annotations.
Such `@return void` annotations must not be used in WordPress core's PHP code, except bundled themes, third-party libraries, and PHP compatibility shims.

Props isabel_brison, swissspidy.
Fixes #59619.


git-svn-id: https://develop.svn.wordpress.org/trunk@56943 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-16 15:15:14 +00:00
..
class-wp-unittest-factory-callback-after-create.php Tests: Bring some consistency to creating and updating objects in factory classes. 2022-12-28 14:07:16 +00:00
class-wp-unittest-factory-for-attachment.php Code Modernization: Rename parameters that use reserved keywords in phpunit/includes/class-wp-unittest-factory-for-attachment.php. 2022-12-30 02:36:03 +00:00
class-wp-unittest-factory-for-blog.php General: Remove discouraged @return void annotations. 2023-10-16 15:15:14 +00:00
class-wp-unittest-factory-for-bookmark.php Tests: Bring some consistency to creating and updating objects in factory classes. 2022-12-28 14:07:16 +00:00
class-wp-unittest-factory-for-comment.php Tests: Bring some consistency to creating and updating objects in factory classes. 2022-12-28 14:07:16 +00:00
class-wp-unittest-factory-for-network.php General: Remove discouraged @return void annotations. 2023-10-16 15:15:14 +00:00
class-wp-unittest-factory-for-post.php Tests: Bring some consistency to creating and updating objects in factory classes. 2022-12-28 14:07:16 +00:00
class-wp-unittest-factory-for-term.php Tests: Bring some consistency to creating and updating objects in factory classes. 2022-12-28 14:07:16 +00:00
class-wp-unittest-factory-for-thing.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
class-wp-unittest-factory-for-user.php Tests: Bring some consistency to creating and updating objects in factory classes. 2022-12-28 14:07:16 +00:00
class-wp-unittest-factory.php Build/Test Tools: Various docblock improvements within test utilities. 2021-02-09 13:22:47 +00:00
class-wp-unittest-generator-sequence.php Coding Standards: Use pre-increment/decrement for stand-alone statements. 2023-09-09 09:26:01 +00:00