We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b7c4e commit 3daca5aCopy full SHA for 3daca5a
tests/EnumTest.php
@@ -303,8 +303,8 @@ private function assertJsonEqualsJson($json1, $json2)
303
public function testSerialize()
304
{
305
// split string for Pretty CI: "Line exceeds 120 characters"
306
- $bin = '4f3a33303a224d79434c6162735c54657374735c456e756d5c456e756d4669787'.
307
- '4757265223a313a7b733a383a22002a0076616c7565223b733a333a22666f6f223b7d';
+ $bin = '4f3a33303a224d79434c6162735c54657374735c456e756d5c456e756d46697874757265223a323a7b733a38' .
+ '3a22002a0076616c7565223b733a333a22666f6f223b733a363a22002a006b6579223b733a333a22464f4f223b7d';
308
309
$this->assertEquals($bin, bin2hex(serialize(EnumFixture::FOO())));
310
}
0 commit comments