wordpress-develop/tests/phpunit/tests/http
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
..
base.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
curl.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
functions.php Tests: Convert a few more function_exists() and extension_loaded() checks to @requires annotations. 2020-09-21 13:25:38 +00:00
getHttpHeaders.php HTTP: Add unit tests for wp_get_http_headers() and wp_remote_retrieve_headers(). 2016-06-29 12:46:59 +00:00
http.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
remoteRetrieveHeaders.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
streams.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00