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 8e18766 commit 899e545Copy full SHA for 899e545
tests/database/FakerTest.php
@@ -44,6 +44,7 @@ public function testMakesValidMonster()
44
public function testMakesMonsterWithDungeon()
45
{
46
$monster = $this->fabricator->make();
47
+ /** @var Dungeon $dungeon */
48
$dungeon = model(DungeonModel::class)->find($monster->dungeon_id);
49
50
$this->assertInstanceOf(Dungeon::class, $dungeon);
0 commit comments