Laravel API 集成测试
1) Tests\Feature\TopicApiTest::testStoreTopic
Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 6 database table is locked (SQL: DROP INDEX users_email_unique)
在homestead 里面运行 phpunit 会导致锁表
在本机上面运行就正常
推荐文章: