Skip to content

Commit c4c7b37

Browse files
soyukaGromNaN
andauthored
Update src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
1 parent 2da896a commit c4c7b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,6 @@ public function testTransformCollection()
304304

305305
$transformed = $mapper->map($u, TransformCollectionB::class);
306306

307-
$this->assertEquals($transformed->foo, [new TransformCollectionD('a'), new TransformCollectionD('b')]);
307+
$this->assertEquals([new TransformCollectionD('a'), new TransformCollectionD('b')], $transformed->foo);
308308
}
309309
}

0 commit comments

Comments
 (0)