The Http mock is currently extending \Requests_Transport_cURL (which was deprecated and mapped to \WpOrg\Requests\Transport\Curl), a final class in WordPress 6.2. This removes that extension and creates a local prop with the instance of \WpOrg\Requests\Transport\Curl that methods/props can be used with.
This change has been tested with unit tests for the following in pmc-plugins:
for PASE-1455
The
Http
mock is currently extending\Requests_Transport_cURL
(which was deprecated and mapped to\WpOrg\Requests\Transport\Curl
), afinal
class in WordPress 6.2. This removes that extension and creates a local prop with the instance of\WpOrg\Requests\Transport\Curl
that methods/props can be used with.This change has been tested with unit tests for the following in
pmc-plugins
:pmc-unit-test-example
pmc-admantx
pmc-footer
pmc-store-products
pmc-trackonomics
pmc-facebook-instant-articles