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 a581123 commit d2aef29Copy full SHA for d2aef29
tests/Tests/Integration/Fixtures/DmsFixture.php
@@ -42,6 +42,11 @@ protected function seed(Application $app)
42
*/
43
public function setUpBeforeClass(Application $app)
44
{
45
+ $stubFileDirectory = dirname($this->dbStubFile());
46
+ if (!is_dir($stubFileDirectory)) {
47
+ mkdir($stubFileDirectory, 0777, true);
48
+ }
49
+
50
/** @var LaravelMigrationGenerator $migrationGenerator */
51
$migrationsPath = $this->migrationsPath();
52
if (!is_dir($migrationsPath)) {
0 commit comments