|
@@ -82,6 +82,7 @@ class JsonSerializationTest extends BaseSerializationTest
|
|
|
$outputs['virtual_properties_high'] = '{"high":8}';
|
|
|
$outputs['virtual_properties_all'] = '{"low":1,"high":8}';
|
|
|
$outputs['nullable'] = '{"foo":"bar","baz":null}';
|
|
|
+ $outputs['null'] = 'null';
|
|
|
$outputs['simple_object_nullable'] = '{"foo":"foo","moo":"bar","camel_case":"boo","null_property":null}';
|
|
|
$outputs['input'] = '{"attributes":{"type":"text","name":"firstname","value":"Adrien"}}';
|
|
|
$outputs['hash_empty'] = '{"hash":{}}';
|