Skip to content

Commit 460f548

Browse files
Update tests/EmbeddedRelationsTest.php
Co-authored-by: Jérôme Tamarelle <[email protected]>
1 parent ed5a9db commit 460f548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EmbeddedRelationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,6 @@ public function testEmbedManySerialization()
953953
$user->addresses()->save(new Address(['city' => 'New York']));
954954

955955
$results = $user->toArray();
956-
assertIsString($results['addresses'][0]['_id']);
956+
$this->assertIsString($results['addresses'][0]['_id']);
957957
}
958958
}

0 commit comments

Comments
 (0)