mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Fix CS
This commit is contained in:
parent
2e40cdf2dc
commit
86fb8d4412
57 changed files with 146 additions and 88 deletions
|
@ -298,7 +298,6 @@ class JsonFileTest extends TestCase
|
|||
|
||||
public function testUnicode()
|
||||
{
|
||||
|
||||
$data = array("Žluťoučký \" kůň" => "úpěl ďábelské ódy za €");
|
||||
$json = '{
|
||||
"Žluťoučký \" kůň": "úpěl ďábelské ódy za €"
|
||||
|
@ -309,7 +308,6 @@ class JsonFileTest extends TestCase
|
|||
|
||||
public function testOnlyUnicode()
|
||||
{
|
||||
|
||||
$data = "\\/ƌ";
|
||||
|
||||
$this->assertJsonFormat('"\\\\\\/ƌ"', $data, JSON_UNESCAPED_UNICODE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue