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 350a9e2 commit b2b6aa6Copy full SHA for b2b6aa6
tests/Integration/Http/ValidationResponseTest.php
@@ -9,6 +9,7 @@
9
use Tests\Tempest\Fixtures\Controllers\ValidationController;
10
use Tests\Tempest\Fixtures\Migrations\CreateAuthorTable;
11
use Tests\Tempest\Fixtures\Migrations\CreateBookTable;
12
+use Tests\Tempest\Fixtures\Migrations\CreateChapterTable;
13
use Tests\Tempest\Fixtures\Migrations\CreatePublishersTable;
14
use Tests\Tempest\Fixtures\Modules\Books\Models\Author;
15
use Tests\Tempest\Fixtures\Modules\Books\Models\Book;
@@ -57,6 +58,7 @@ public function test_update_book(): void
57
58
CreatePublishersTable::class,
59
CreateAuthorTable::class,
60
CreateBookTable::class,
61
+ CreateChapterTable::class,
62
);
63
64
$book = Book::create(
0 commit comments