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 cdf3189 commit 839ec5dCopy full SHA for 839ec5d
tests/TestCase.php
@@ -48,7 +48,7 @@ protected function setUpDatabase(): void
48
'--database' => 'testing',
49
'--realpath' => true,
50
'--path' => __DIR__ . '/fixture/database/migrations/',
51
- ])->expectsOutputToContain('DONE');
+ ])->assertSuccessful();
52
}
53
54
/**
0 commit comments