wordpress-develop/tests/phpunit/tests/link
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
..
adminUrl.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getAdjacentPost.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
getAdjacentPostLink.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
getDashboardUrl.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
getNextCommentsLink.php Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop. 2015-10-17 18:02:16 +00:00
getPostCommentsFeedLink.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
getPostTypeArchiveLink.php Code is Poetry. 2017-11-30 23:09:33 +00:00
getPreviewPostLink.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
getPreviousCommentsLink.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
getThePrivacyPolicyLink.php Tests: Correct a number of malformed @covers tags. 2020-08-23 17:23:52 +00:00
themeFile.php Tests: Copy themes from tests/phpunit/data to wp-content/themes, instead of creating a symlink. 2020-07-14 00:32:36 +00:00
wpGetCanonicalURL.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00