@@ -16,9 +16,9 @@ public function testLazyLoadingRelationship()
1616 ->books
1717 ->first ()
1818 ->id ;
19- $ key = sha1 ("genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
19+ $ key = sha1 ("genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
2020 $ tags = [
21- ' genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore ' ,
21+ " genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
2222 ];
2323
2424 $ stores = (new Book )
@@ -47,9 +47,9 @@ public function testInvalidatingCacheWhenAttaching()
4747 ->books
4848 ->first ()
4949 ->id ;
50- $ key = sha1 ("genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
50+ $ key = sha1 ("genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
5151 $ tags = [
52- ' genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore ' ,
52+ " genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
5353 ];
5454 $ newStore = factory (Store::class)
5555 ->create ();
@@ -79,9 +79,9 @@ public function testInvalidatingCacheWhenDetaching()
7979 ->books
8080 ->first ()
8181 ->id ;
82- $ key = sha1 ("genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
82+ $ key = sha1 ("genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
8383 $ tags = [
84- ' genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore ' ,
84+ " genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
8585 ];
8686 $ result = (new Book )
8787 ->find ($ bookId )
@@ -109,9 +109,9 @@ public function testInvalidatingCacheWhenUpdating()
109109 ->books
110110 ->first ()
111111 ->id ;
112- $ key = sha1 ("genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
112+ $ key = sha1 ("genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
113113 $ tags = [
114- ' genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore ' ,
114+ " genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:genealabslaravelmodelcachingtestsfixturesstore " ,
115115 ];
116116 $ result = (new Book )
117117 ->find ($ bookId )
@@ -138,9 +138,9 @@ public function testUncachedRelatedModelDoesntCache()
138138 ->books
139139 ->first ()
140140 ->id ;
141- $ key = sha1 ("genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
141+ $ key = sha1 ("genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:book-store:genealabslaravelmodelcachingcachedbelongstomany-book_store.book_id_=_ {$ bookId }" );
142142 $ tags = [
143- ' genealabs:laravel-model-caching:testing:/Users/mike/Developer/Sites/laravel-model-caching/tests/database/ testing.sqlite:genealabslaravelmodelcachingtestsfixturesuncachedstore ' ,
143+ " genealabs:laravel-model-caching:testing: { $ this -> testingSqlitePath } testing.sqlite:genealabslaravelmodelcachingtestsfixturesuncachedstore " ,
144144 ];
145145
146146 $ result = (new Book )
0 commit comments