Skip to content

Commit c38d5f6

Browse files
committed
Update test to cover all code
Fixes #44
1 parent 12aace3 commit c38d5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/DisabledCachedBuilderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public function testCursorModelResultsIsNotCached()
169169
public function testFindModelResultsIsNotCached()
170170
{
171171
$author = (new Author)
172+
->with('books')
172173
->disableCache()
173174
->find(1);
174175
$key = 'genealabslaravelmodelcachingtestsfixturesauthor_1';

0 commit comments

Comments
 (0)