@@ -7311,6 +7311,7 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
73117311 [x] Parsing tests with data set #346
73127312 [x] Parsing tests with data set #347
73137313 [x] Parsing tests with data set #348
7314+ [x] Parsing tests with data set #349
73147315 [x] Parsing tests (JavaScript) with data set #0
73157316 [x] Parsing tests (JavaScript) with data set #1
73167317 [x] Parsing tests (JavaScript) with data set #2
@@ -7660,6 +7661,7 @@ Parser (s9e\TextFormatter\Tests\Plugins\MediaEmbed\Parser)
76607661 [x] Parsing tests (JavaScript) with data set #346
76617662 [x] Parsing tests (JavaScript) with data set #347
76627663 [x] Parsing tests (JavaScript) with data set #348
7664+ [x] Parsing tests (JavaScript) with data set #349
76637665 [x] Parsing+rendering tests with data set #0
76647666 [x] Parsing+rendering tests with data set #1
76657667 [x] Parsing+rendering tests with data set #2
@@ -8006,39 +8008,39 @@ Unparser (s9e\TextFormatter\Tests\Unparser)
80068008 [x] Characters outside Unicode's BMP are decoded
80078009
80088010Cached (s9e\TextFormatter\Tests\Utils\Http\Clients\Cached)
8009- [x ] Settings from the proxied client are copied
8010- [x ] Settings from the caching client are copied to the proxied client
8011- [x ] Can work without a cache dir
8012- [x ] Works with a cache
8013- [x ] Uses gzip by default if ext/zlib is availble
8014- [x ] Sends custom headers
8015- [x ] Resets custom headers between requests
8016- [x ] post() sends the request body if set
8017- [x ] post() sends no request body if not set
8018- [x ] post() automatically sets Content-Length if a request body is set
8019- [x ] get() returns the response error
8020- [x ] get() returns headers if returnHeaders is true
8011+ [ ] Settings from the proxied client are copied
8012+ [ ] Settings from the caching client are copied to the proxied client
8013+ [ ] Can work without a cache dir
8014+ [ ] Works with a cache
8015+ [ ] Uses gzip by default if ext/zlib is availble
8016+ [ ] Sends custom headers
8017+ [ ] Resets custom headers between requests
8018+ [ ] post() sends the request body if set
8019+ [ ] post() sends no request body if not set
8020+ [ ] post() automatically sets Content-Length if a request body is set
8021+ [ ] get() returns the response error
8022+ [ ] get() returns headers if returnHeaders is true
80218023
80228024Curl (s9e\TextFormatter\Tests\Utils\Http\Clients\Curl)
8023- [x ] Uses gzip by default if ext/zlib is availble
8024- [x ] Sends custom headers
8025- [x ] Resets custom headers between requests
8026- [x ] post() sends the request body if set
8027- [x ] post() sends no request body if not set
8028- [x ] post() automatically sets Content-Length if a request body is set
8029- [x ] get() returns the response error
8030- [x ] get() returns headers if returnHeaders is true
8025+ [ ] Uses gzip by default if ext/zlib is availble
8026+ [ ] Sends custom headers
8027+ [ ] Resets custom headers between requests
8028+ [ ] post() sends the request body if set
8029+ [ ] post() sends no request body if not set
8030+ [ ] post() automatically sets Content-Length if a request body is set
8031+ [ ] get() returns the response error
8032+ [ ] get() returns headers if returnHeaders is true
80318033
80328034Native (s9e\TextFormatter\Tests\Utils\Http\Clients\Native)
8033- [x ] Does not send "Accept-Encoding: gzip" if gzip is disabled
8034- [x ] Uses gzip by default if ext/zlib is availble
8035- [x ] Sends custom headers
8036- [x ] Resets custom headers between requests
8037- [x ] post() sends the request body if set
8038- [x ] post() sends no request body if not set
8039- [x ] post() automatically sets Content-Length if a request body is set
8040- [x ] get() returns the response error
8041- [x ] get() returns headers if returnHeaders is true
8035+ [ ] Does not send "Accept-Encoding: gzip" if gzip is disabled
8036+ [ ] Uses gzip by default if ext/zlib is availble
8037+ [ ] Sends custom headers
8038+ [ ] Resets custom headers between requests
8039+ [ ] post() sends the request body if set
8040+ [ ] post() sends no request body if not set
8041+ [ ] post() automatically sets Content-Length if a request body is set
8042+ [ ] get() returns the response error
8043+ [ ] get() returns headers if returnHeaders is true
80428044
80438045Http (s9e\TextFormatter\Tests\Utils\Http)
80448046 [x] getClient() returns an instance of s9e\TextFormatter\Utils\Http\Client
0 commit comments