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 a59bc44 commit e306e3cCopy full SHA for e306e3c
tests/Integration/Database/RefreshModelTest.php
@@ -8,6 +8,7 @@
8
use Tests\Tempest\Fixtures\Modules\Books\Models\Author;
9
use Tests\Tempest\Fixtures\Modules\Books\Models\Book;
10
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
11
+
12
use function Tempest\Database\query;
13
14
final class RefreshModelTest extends FrameworkIntegrationTestCase
@@ -94,4 +95,4 @@ public function test_load_method_only_refreshes_relations_and_nothing_else(): vo
94
95
// The updated value from the database is ignored
96
$this->assertSame('Timeline Taxi', $book->title);
97
}
-}
98
+}
0 commit comments