Skip to content

Commit fc65185

Browse files
committed
fix DoctrineCaster tests
The order in which the properties are handled has changed with the usage of CPP for the entity manager in doctrine/orm#11205.
1 parent 0435a08 commit fc65185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/DoctrineCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public function testCastPersistentCollection()
3636
$expected = <<<EODUMP
3737
Doctrine\ORM\PersistentCollection {
3838
%A
39-
-em: Mock_EntityManagerInterface_%s { …3}
4039
-backRefFieldName: null
4140
-isDirty: false
41+
-em: Mock_EntityManagerInterface_%s { …3}
4242
-typeClass: Doctrine\ORM\Mapping\ClassMetadata { …}
4343
%A
4444
EODUMP;

0 commit comments

Comments
 (0)