@@ -90,23 +90,23 @@ public function dataExamples(): Generator
9090 ];
9191
9292 $ expectedOutput = <<<'OUTPUT'
93- MongoDB\Examples\PersistableEntry Object
93+ MongoDB\Examples\Persistable\ PersistableEntry Object
9494(
95- [id:MongoDB\Examples\PersistableEntry:private] => MongoDB\BSON\ObjectId Object
95+ [id:MongoDB\Examples\Persistable\ PersistableEntry:private] => MongoDB\BSON\ObjectId Object
9696 (
9797 [oid] => %s
9898 )
9999
100100 [name] => alcaeus
101101 [emails] => Array
102102 (
103- [0] => MongoDB\Examples\PersistableEmail Object
103+ [0] => MongoDB\Examples\Persistable\ PersistableEmail Object
104104 (
105105 [type] => work
106106 [address] => alcaeus@example.com
107107 )
108108
109- [1] => MongoDB\Examples\PersistableEmail Object
109+ [1] => MongoDB\Examples\Persistable\ PersistableEmail Object
110110 (
111111 [type] => private
112112 [address] => secret@example.com
@@ -123,26 +123,26 @@ public function dataExamples(): Generator
123123 ];
124124
125125 $ expectedOutput = <<<'OUTPUT'
126- MongoDB\Examples\TypeMapEntry Object
126+ MongoDB\Examples\Typemap\ TypeMapEntry Object
127127(
128- [id:MongoDB\Examples\TypeMapEntry:private] => MongoDB\BSON\ObjectId Object
128+ [id:MongoDB\Examples\Typemap\ TypeMapEntry:private] => MongoDB\BSON\ObjectId Object
129129 (
130130 [oid] => %s
131131 )
132132
133- [name:MongoDB\Examples\TypeMapEntry:private] => alcaeus
134- [emails:MongoDB\Examples\TypeMapEntry:private] => Array
133+ [name:MongoDB\Examples\Typemap\ TypeMapEntry:private] => alcaeus
134+ [emails:MongoDB\Examples\Typemap\ TypeMapEntry:private] => Array
135135 (
136- [0] => MongoDB\Examples\TypeMapEmail Object
136+ [0] => MongoDB\Examples\Typemap\ TypeMapEmail Object
137137 (
138- [type:MongoDB\Examples\TypeMapEmail:private] => work
139- [address:MongoDB\Examples\TypeMapEmail:private] => alcaeus@example.com
138+ [type:MongoDB\Examples\Typemap\ TypeMapEmail:private] => work
139+ [address:MongoDB\Examples\Typemap\ TypeMapEmail:private] => alcaeus@example.com
140140 )
141141
142- [1] => MongoDB\Examples\TypeMapEmail Object
142+ [1] => MongoDB\Examples\Typemap\ TypeMapEmail Object
143143 (
144- [type:MongoDB\Examples\TypeMapEmail:private] => private
145- [address:MongoDB\Examples\TypeMapEmail:private] => secret@example.com
144+ [type:MongoDB\Examples\Typemap\ TypeMapEmail:private] => private
145+ [address:MongoDB\Examples\Typemap\ TypeMapEmail:private] => secret@example.com
146146 )
147147
148148 )
0 commit comments