We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0b77e commit 17ae859Copy full SHA for 17ae859
tests/ModelTest.php
@@ -921,7 +921,7 @@ public function testRaw(): void
921
}
922
923
#[DataProvider('provideTypeMap')]
924
- public function testRawHyradeModel(array $typeMap): void
+ public function testRawHydrateModel(array $typeMap): void
925
{
926
User::insert([
927
['name' => 'John Doe', 'age' => 35, 'embed' => ['foo' => 'bar'], 'list' => [1, 2, 3]],
@@ -970,7 +970,7 @@ public static function provideTypeMap(): Generator
970
yield 'array' => [['root' => 'array', 'document' => 'array', 'array' => 'array']];
971
yield 'object' => [['root' => 'object', 'document' => 'object', 'array' => 'array']];
972
yield 'Library BSON' => [['root' => BSONDocument::class, 'document' => BSONDocument::class, 'array' => BSONArray::class]];
973
- yield 'Driver BSON' => [['root' => 'bson', 'document' => 'bson', 'array' => 'bson']];
+ yield 'Driver BSON' => [['root' => 'bson']];
974
975
976
public function testDotNotation(): void
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments