Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Feb 24, 2018
1 parent 15c4e5b commit 8b0f72e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ build:
environment:
variables:
REDIS_HOST: '127.0.0.1'
nodes:
tests: false
2 changes: 1 addition & 1 deletion tests/Unit/CachedModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function testScopeDisablesCaching()

public function testAllMethodCachingCanBeDisabledViaConfig()
{
config(['laravel-model-caching.disabled' => true]);
config(['laravel-model-caching.disabled' => true]);
$authors = (new Author)
->all();
$key = sha1('genealabs:laravel-model-caching:genealabslaravelmodelcachingtestsfixturesauthor');
Expand Down

0 comments on commit 8b0f72e

Please sign in to comment.