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 5dc3eeb commit d6ccf7eCopy full SHA for d6ccf7e
tests/Database/RealTimeFactoryTest.php
@@ -598,7 +598,7 @@ public function testRealTimeFactoriesCannotBeInstantiatedWithNew()
598
$this->expectException(\RuntimeException::class);
599
$this->expectExceptionMessage('Real-time factories cannot be instantiated with new()');
600
601
- Post::factory()->times(3);
+ User::factory()->times(3);
602
}
603
604
public function testIgnoresPrimaryAndForeignKeysFromDefinition()
0 commit comments