Skip to content

Commit b2b6aa6

Browse files
committed
wip
1 parent 350a9e2 commit b2b6aa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/Http/ValidationResponseTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Tests\Tempest\Fixtures\Controllers\ValidationController;
1010
use Tests\Tempest\Fixtures\Migrations\CreateAuthorTable;
1111
use Tests\Tempest\Fixtures\Migrations\CreateBookTable;
12+
use Tests\Tempest\Fixtures\Migrations\CreateChapterTable;
1213
use Tests\Tempest\Fixtures\Migrations\CreatePublishersTable;
1314
use Tests\Tempest\Fixtures\Modules\Books\Models\Author;
1415
use Tests\Tempest\Fixtures\Modules\Books\Models\Book;
@@ -57,6 +58,7 @@ public function test_update_book(): void
5758
CreatePublishersTable::class,
5859
CreateAuthorTable::class,
5960
CreateBookTable::class,
61+
CreateChapterTable::class,
6062
);
6163

6264
$book = Book::create(

0 commit comments

Comments
 (0)