提交 8b5b7342 编写于 作者: 孙建华

fix: truncate table

上级 d8e3a8a1
......@@ -135,6 +135,7 @@ class EntityFieldControllerTest extends TestCase
{
Schema::dropIfExists('tests');
Entity::query()->truncate();
EntityField::query()->truncate();
parent::tearDown();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册