Skip to content

Commit 17ae859

Browse files
GromNaNalcaeus
andauthored
Andreas' review
Co-authored-by: Andreas Braun <git@alcaeus.org>
1 parent 7f0b77e commit 17ae859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ModelTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ public function testRaw(): void
921921
}
922922

923923
#[DataProvider('provideTypeMap')]
924-
public function testRawHyradeModel(array $typeMap): void
924+
public function testRawHydrateModel(array $typeMap): void
925925
{
926926
User::insert([
927927
['name' => 'John Doe', 'age' => 35, 'embed' => ['foo' => 'bar'], 'list' => [1, 2, 3]],
@@ -970,7 +970,7 @@ public static function provideTypeMap(): Generator
970970
yield 'array' => [['root' => 'array', 'document' => 'array', 'array' => 'array']];
971971
yield 'object' => [['root' => 'object', 'document' => 'object', 'array' => 'array']];
972972
yield 'Library BSON' => [['root' => BSONDocument::class, 'document' => BSONDocument::class, 'array' => BSONArray::class]];
973-
yield 'Driver BSON' => [['root' => 'bson', 'document' => 'bson', 'array' => 'bson']];
973+
yield 'Driver BSON' => [['root' => 'bson']];
974974
}
975975

976976
public function testDotNotation(): void

0 commit comments

Comments
 (0)