1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(tests): improve tests for serializers

This commit is contained in:
Awilum
2021-09-28 22:54:46 +03:00
parent 5bafa6731c
commit 2a6a93d2d7

View File

@@ -29,6 +29,6 @@ class Foo
{
public function __serialize()
{
throw new RuntimeException();
throw new RuntimeException('Encoding PhpCode failed');
}
}