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 a7573b1 commit baddcb1Copy full SHA for baddcb1
tests/Integration/Framework/Commands/DatabaseSeedCommandTest.php
@@ -68,7 +68,7 @@ public function test_seed_when_only_one_seeder_is_available(): void
68
69
$this->console
70
->call('db:seed')
71
- ->print();
+ ->assertSuccess();
72
73
$book = Book::get(1);
74
$this->assertSame('Timeline Taxi', $book->title);
0 commit comments