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.
2 parents da03500 + da8bd97 commit 3a7c951Copy full SHA for 3a7c951
tests/Integration/CachedBuilder/LimitTest.php
@@ -11,7 +11,7 @@ public function testGetModelResultsCreatesCache()
11
$authors = (new Author)
12
->limit(5)
13
->get();
14
- $key = sha1("genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/testing.sqlite:authors:genealabslaravelmodelcachingtestsfixturesauthor-authors.deleted_at_null-limit_5");
+ $key = sha1("genealabs:laravel-model-caching:testing:{$this->testingSqlitePath}testing.sqlite:authors:genealabslaravelmodelcachingtestsfixturesauthor-authors.deleted_at_null-limit_5");
15
$tags = [
16
"genealabs:laravel-model-caching:testing:{$this->testingSqlitePath}testing.sqlite:genealabslaravelmodelcachingtestsfixturesauthor",
17
];
0 commit comments