File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class DisabledCachedModelTest extends IntegrationTestCase
18
18
public function testCacheCanBeDisabledOnModel ()
19
19
{
20
20
$ key = sha1 ('genealabs:laravel-model-caching:testing::memory::authors:genealabslaravelmodelcachingtestsfixturesauthor ' );
21
- $ tags = ['genealabslaravelmodelcachingtestsfixturesauthor ' ];
21
+ $ tags = ['genealabs:laravel-model-caching:testing::memory:: genealabslaravelmodelcachingtestsfixturesauthor ' ];
22
22
$ authors = (new Author )
23
23
->disableCache ()
24
24
->get ();
@@ -35,8 +35,11 @@ public function testCacheCanBeDisabledOnModel()
35
35
36
36
public function testCacheCanBeDisabledOnQuery ()
37
37
{
38
- $ key = sha1 ('genealabs:laravel-model-caching:testing::memory::authors:genealabslaravelmodelcachingtestsfixturesauthor ' );
39
- $ tags = ['genealabslaravelmodelcachingtestsfixturesauthor ' ];
38
+ $ key = sha1 ('genealabs:laravel-model-caching:testing::memory::authors:genealabslaravelmodelcachingtestsfixturesauthor-testing::memory::books ' );
39
+ $ tags = [
40
+ "genealabs:laravel-model-caching:testing::memory::genealabslaravelmodelcachingtestsfixturesauthor " ,
41
+ "genealabs:laravel-model-caching:testing::memory::genealabslaravelmodelcachingtestsfixturesbook " ,
42
+ ];
40
43
$ authors = (new Author )
41
44
->with ('books ' )
42
45
->disableCache ()
You can’t perform that action at this time.
0 commit comments