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 09d2c7a commit f31cea0Copy full SHA for f31cea0
tests/TestCase.php
@@ -57,9 +57,6 @@ protected function setUpDatabase($app)
57
]));
58
59
fwrite(STDOUT, 'Done' . PHP_EOL);
60
-
61
- // Do something to the database to avoid getting an error on the first query
62
- Schema::getTables();
63
}
64
65
protected function getEnvironmentSetUp($app)
0 commit comments