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 e98e694 commit 5ef69a2Copy full SHA for 5ef69a2
tests/TestCaseWrapper.php
@@ -36,6 +36,8 @@ protected function setUp(): void
36
Comment::createTable();
37
Story::createTable();
38
Article::createTable();
39
+
40
+ $this->schemaIsRefreshed = true;
41
}
42
43
0 commit comments