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
1818 public function testCacheCanBeDisabledOnModel ()
1919 {
2020 $ key = sha1 ('genealabs:laravel-model-caching:testing::memory::authors:genealabslaravelmodelcachingtestsfixturesauthor ' );
21- $ tags = ['genealabslaravelmodelcachingtestsfixturesauthor ' ];
21+ $ tags = ['genealabs:laravel-model-caching:testing::memory:: genealabslaravelmodelcachingtestsfixturesauthor ' ];
2222 $ authors = (new Author )
2323 ->disableCache ()
2424 ->get ();
@@ -35,8 +35,11 @@ public function testCacheCanBeDisabledOnModel()
3535
3636 public function testCacheCanBeDisabledOnQuery ()
3737 {
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+ ];
4043 $ authors = (new Author )
4144 ->with ('books ' )
4245 ->disableCache ()
You can’t perform that action at this time.
0 commit comments