1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Remove some dead code and deprecate JsonFormatter, JsonFile::JSON_* constants, and TlsHelper

This commit is contained in:
Jordi Boggiano 2022-01-04 11:15:06 +01:00
parent 36da81bec2
commit 7e50f37b87
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
13 changed files with 38 additions and 206 deletions

View file

@ -312,7 +312,7 @@ class JsonFileTest extends TestCase
$data = "\\";
$this->assertJsonFormat('"\\\\\\/ƌ"', $data, JsonFile::JSON_UNESCAPED_UNICODE);
$this->assertJsonFormat('"\\\\\\/ƌ"', $data, JSON_UNESCAPED_UNICODE);
}
public function testEscapedSlashes()