Cover image test case
This commit is contained in:
parent
8f3adcda5d
commit
1fe8f13503
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class EntityTest extends BrowserKitTest
|
|||
->seePageIs('/books/my-first-book')
|
||||
->see($book->name)->see($book->description);
|
||||
|
||||
$book = factory(Book::class)->latest();
|
||||
$book = factory(Book::class)->latest();
|
||||
$this->assertDatabaseHas('images', [
|
||||
'id' => $book->image
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue