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:
@@ -29,6 +29,6 @@ class Foo
|
||||
{
|
||||
public function __serialize()
|
||||
{
|
||||
throw new RuntimeException();
|
||||
throw new RuntimeException('Encoding PhpCode failed');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user