@@ -8002,39 +8002,39 @@ Unparser (s9e\TextFormatter\Tests\Unparser)
80028002 [x] Characters outside Unicode's BMP are decoded
80038003
80048004Cached (s9e\TextFormatter\Tests\Utils\Http\Clients\Cached)
8005- [x ] Settings from the proxied client are copied
8006- [x ] Settings from the caching client are copied to the proxied client
8007- [x ] Can work without a cache dir
8008- [x ] Works with a cache
8009- [x ] Uses gzip by default if ext/zlib is availble
8010- [x ] Sends custom headers
8011- [x ] Resets custom headers between requests
8012- [x ] post() sends the request body if set
8013- [x ] post() sends no request body if not set
8014- [x ] post() automatically sets Content-Length if a request body is set
8015- [x ] get() returns the response error
8016- [x ] get() returns headers if returnHeaders is true
8005+ [ ] Settings from the proxied client are copied
8006+ [ ] Settings from the caching client are copied to the proxied client
8007+ [ ] Can work without a cache dir
8008+ [ ] Works with a cache
8009+ [ ] Uses gzip by default if ext/zlib is availble
8010+ [ ] Sends custom headers
8011+ [ ] Resets custom headers between requests
8012+ [ ] post() sends the request body if set
8013+ [ ] post() sends no request body if not set
8014+ [ ] post() automatically sets Content-Length if a request body is set
8015+ [ ] get() returns the response error
8016+ [ ] get() returns headers if returnHeaders is true
80178017
80188018Curl (s9e\TextFormatter\Tests\Utils\Http\Clients\Curl)
8019- [x ] Uses gzip by default if ext/zlib is availble
8020- [x ] Sends custom headers
8021- [x ] Resets custom headers between requests
8022- [x ] post() sends the request body if set
8023- [x ] post() sends no request body if not set
8024- [x ] post() automatically sets Content-Length if a request body is set
8025- [x ] get() returns the response error
8026- [x ] get() returns headers if returnHeaders is true
8019+ [ ] Uses gzip by default if ext/zlib is availble
8020+ [ ] Sends custom headers
8021+ [ ] Resets custom headers between requests
8022+ [ ] post() sends the request body if set
8023+ [ ] post() sends no request body if not set
8024+ [ ] post() automatically sets Content-Length if a request body is set
8025+ [ ] get() returns the response error
8026+ [ ] get() returns headers if returnHeaders is true
80278027
80288028Native (s9e\TextFormatter\Tests\Utils\Http\Clients\Native)
8029- [x ] Does not send "Accept-Encoding: gzip" if gzip is disabled
8030- [x ] Uses gzip by default if ext/zlib is availble
8031- [x ] Sends custom headers
8032- [x ] Resets custom headers between requests
8033- [x ] post() sends the request body if set
8034- [x ] post() sends no request body if not set
8035- [x ] post() automatically sets Content-Length if a request body is set
8036- [x ] get() returns the response error
8037- [x ] get() returns headers if returnHeaders is true
8029+ [ ] Does not send "Accept-Encoding: gzip" if gzip is disabled
8030+ [ ] Uses gzip by default if ext/zlib is availble
8031+ [ ] Sends custom headers
8032+ [ ] Resets custom headers between requests
8033+ [ ] post() sends the request body if set
8034+ [ ] post() sends no request body if not set
8035+ [ ] post() automatically sets Content-Length if a request body is set
8036+ [ ] get() returns the response error
8037+ [ ] get() returns headers if returnHeaders is true
80388038
80398039Http (s9e\TextFormatter\Tests\Utils\Http)
80408040 [x] getClient() returns an instance of s9e\TextFormatter\Utils\Http\Client
0 commit comments