mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Sergey Biryukov
0ca5139e70
Tests: Replace use of
$this->server
with rest_get_server()
in test_get_additional_field_registration_null_schema()
.
In [42724], `$this->server` was replaced with `rest_get_server()` for better memory recycling. [43908], from the 5.0 branch, was merged into trunk in [44254] and used the now unavailable `$this->server`. This updates the new test from the 5.0 branch to use the expected `rest_get_server()`. See #45220, #41641. git-svn-id: https://develop.svn.wordpress.org/trunk@44256 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.4%
CSS
8.9%
JavaScript
8.1%
SCSS
0.9%
HTML
0.7%