File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ nettrine.dbal:
233233 default:
234234 configuration:
235235 # Create cache manually
236- resultCache: App\CacheService(%tempDir%/cache/dbal)
236+ resultCache: App\CacheService(%tempDir%/cache/doctrine/ dbal)
237237
238238 # Use registered cache service
239239 resultCache: @cacheService
@@ -255,7 +255,7 @@ nettrine.dbal:
255255 connections:
256256 default:
257257 # Creat cache manually
258- resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: doctrine- dbal, defaultLifetime: 0, directory: %tempDir%/cache/dbal)
258+ resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: dbal, defaultLifetime: 0, directory: %tempDir%/cache/doctrine /dbal)
259259
260260 # Use registered cache service
261261 resultCache: @cacheFilesystem
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Toolkit::test(function (): void {
9090 password: test
9191 user: test
9292 path: ":memory:"
93- resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: dbal, defaultLifetime: 0, directory: %tempDir%/cache/nettrine )
93+ resultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: dbal, defaultLifetime: 0, directory: %tempDir%/cache/doctrine/dbal )
9494 NEON
9595 ));
9696 $ compiler ->addConfig ([
You can’t perform that action at this time.
0 commit comments