There was an error while loading. Please reload this page.
1 parent 12aace3 commit c38d5f6Copy full SHA for c38d5f6
tests/Unit/DisabledCachedBuilderTest.php
@@ -169,6 +169,7 @@ public function testCursorModelResultsIsNotCached()
169
public function testFindModelResultsIsNotCached()
170
{
171
$author = (new Author)
172
+ ->with('books')
173
->disableCache()
174
->find(1);
175
$key = 'genealabslaravelmodelcachingtestsfixturesauthor_1';
0 commit comments