Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
* 5.3:
  [5.3] cs fixes
  [Cache] Fix saving items with no expiration through ProxyAdapter
  CS fixes
  [HttpClient] Fix tracing requests made after calling withOptions()
  [Cache] disable lock on CLI
  [VarDumper] add more "transient-on-macos" groups
  • Loading branch information
nicolas-grekas committed Dec 16, 2021
2 parents 1a03b5b + 71e9700 commit e6a5d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/AbstractUnicodeTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public function provideCreateFromCodePoint(): array
['*', [42]],
['AZ', [65, 90]],
['', [8364]],
['', [0x20ac]],
['', [0x20AC]],
['Ʃ', [425]],
['Ʃ', [0x1a9]],
['Ʃ', [0x1A9]],
['☢☎❄', [0x2622, 0x260E, 0x2744]],
];
}
Expand Down

0 comments on commit e6a5d5e

Please sign in to comment.