Skip to content

Commit e634943

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix DoctrineCaster tests add missing partition attribute to the schema definition
2 parents a7a061a + fc65185 commit e634943

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)