mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test(Sesssion): fixup quoting CryptoSessionDataTest for lint/rector
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
2ca948b802
commit
c6061be5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class CryptoSessionDataTest extends Session {
|
|||
public static function roundTripValuesProvider(): array {
|
||||
return [
|
||||
'simple string' => ['foo', 'bar'],
|
||||
'unicode value' => ['uni', "héllo 🌍"],
|
||||
'unicode value' => ['uni', 'héllo 🌍'],
|
||||
'large value' => ['big', str_repeat('x', 4096)],
|
||||
'large array' => ['thousand', json_encode(self::makeLargeArray())],
|
||||
'empty string' => ['', ''],
|
||||
|
|
|
|||
Loading…
Reference in a new issue