@@ -21,7 +21,7 @@ public function testLazyLoadingRelationship(): void
21
21
->books
22
22
->first ()
23
23
->id ;
24
- $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:stores:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
24
+ $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:stores:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }:http://localhost " );
25
25
$ tags = [
26
26
"genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
27
27
];
@@ -52,7 +52,7 @@ public function testInvalidatingCacheWhenAttaching()
52
52
->books
53
53
->first ()
54
54
->id ;
55
- $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:stores:genealabslaravelmodelcachingtestsfixturesstore-testing: {$ this ->testingSqlitePath }testing.sqlite:books-first " );
55
+ $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:stores:genealabslaravelmodelcachingtestsfixturesstore-testing: {$ this ->testingSqlitePath }testing.sqlite:books-first:http://localhost " );
56
56
$ tags = [
57
57
"genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
58
58
];
@@ -85,7 +85,7 @@ public function testInvalidatingCacheWhenDetaching()
85
85
->books
86
86
->first ()
87
87
->id ;
88
- $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
88
+ $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }:http://localhost " );
89
89
$ tags = [
90
90
"genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
91
91
];
@@ -116,7 +116,7 @@ public function testInvalidatingCacheWhenUpdating()
116
116
->books
117
117
->first ()
118
118
->id ;
119
- $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
119
+ $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }:http://localhost " );
120
120
$ tags = [
121
121
"genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
122
122
];
@@ -146,7 +146,7 @@ public function testUncachedRelatedModelDoesntCache()
146
146
->books
147
147
->first ()
148
148
->id ;
149
- $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
149
+ $ key = sha1 ("genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }:http://localhost " );
150
150
$ tags = [
151
151
"genealabs:laravel-model-caching:testing: {$ this ->testingSqlitePath }testing.sqlite:genealabslaravelmodelcachingtestsfixturesuncachedstore " ,
152
152
];
0 commit comments