Skip to content

Commit 5b68afc

Browse files
committed
Fix all tests
1 parent f537f60 commit 5b68afc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ protected function setUp(): void
2626

2727
$this->basicTable = new PetsTable();
2828
$this->basicTable->boot();
29+
$this->basicTable->booted();
30+
$this->basicTable->render();
2931

3032
Species::insert([
3133
['id' => 1, 'name' => 'Cat'],

0 commit comments

Comments
 (0)