gpt4 book ai didi

php - 拉维尔 5.2 : Unable to locate factory with name [default]

转载 作者:IT王子 更新时间:2023-10-28 23:46:08 24 4
gpt4 key购买 nike

我想播种数据库当我使用这个

 public function run()
{
$users = factory(app\User::class, 3)->create();
}

在数据库中添加三个用户,但是当我使用这个时

 public function run()
{
$Comment= factory(app\Comment::class, 3)->create();
}

显示错误

[InvalidArgumentException]
Unable to locate factory with name [default] [app\Comment].

最佳答案

有时可能是由于导入了错误的TestCase

使用 PHPUnit\Framework\TestCase; [错误: 并抛出此错误]


使用Tests\TestCase; [正确]

关于php - 拉维尔 5.2 : Unable to locate factory with name [default],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36421287/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com