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 15c4e5b commit 8b0f72eCopy full SHA for 8b0f72e
.scrutinizer.yml
@@ -5,5 +5,3 @@ build:
5
environment:
6
variables:
7
REDIS_HOST: '127.0.0.1'
8
- nodes:
9
- tests: false
tests/Unit/CachedModelTest.php
@@ -55,7 +55,7 @@ public function testScopeDisablesCaching()
55
56
public function testAllMethodCachingCanBeDisabledViaConfig()
57
{
58
- config(['laravel-model-caching.disabled' => true]);
+ config(['laravel-model-caching.disabled' => true]);
59
$authors = (new Author)
60
->all();
61
$key = sha1('genealabs:laravel-model-caching:genealabslaravelmodelcachingtestsfixturesauthor');
0 commit comments