Wordpress/tests/phpunit/includes/factory
Sergey Biryukov 5bad4e7f8d Code Modernization: Use explicit visibility for class property declarations.
Using `var` or only `static` to declare a class property is PHP 4 code.

This updates the codebase to use explicit visibility modifiers introduced in PHP 5.

Props jrf.
Fixes #51557. See #22234.

git-svn-id: https://develop.svn.wordpress.org/trunk@49184 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-17 16:24:35 +00:00
..
class-wp-unittest-factory-callback-after-create.php Docs: Add `@method` notation for `WP_UnitTest_Factory_For_Term::create_and_get()` for consistency with other factories. 2019-12-18 00:24:03 +00:00
class-wp-unittest-factory-for-attachment.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
class-wp-unittest-factory-for-blog.php General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language. 2020-06-22 17:24:34 +00:00
class-wp-unittest-factory-for-bookmark.php
class-wp-unittest-factory-for-comment.php Docs: Improve `@return` description for `wp_update_comment()` and `WP_UnitTest_Factory_For_Comment::update_object()`. 2019-12-27 00:28:39 +00:00
class-wp-unittest-factory-for-network.php Tests: Make sure network factory returns an integer ID for created objects, for consistency with other factories and the documented value. 2019-12-09 11:29:14 +00:00
class-wp-unittest-factory-for-post.php Docs: Various documentation fixes for unit test factories. 2019-12-18 00:17:54 +00:00
class-wp-unittest-factory-for-term.php Docs: Add `@method` notation for `WP_UnitTest_Factory_For_Term::create_and_get()` for consistency with other factories. 2019-12-18 00:24:03 +00:00
class-wp-unittest-factory-for-thing.php Docs: Various documentation fixes for unit test factories. 2019-12-18 00:17:54 +00:00
class-wp-unittest-factory-for-user.php Docs: Various documentation fixes for unit test factories. 2019-12-18 00:17:54 +00:00
class-wp-unittest-factory.php
class-wp-unittest-generator-sequence.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00