Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /