Skip to content

Commit fce4acf

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

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)