We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b188bf1 commit 30198fbCopy full SHA for 30198fb
tests/bootstrap.php
@@ -88,16 +88,16 @@
88
'engine' => 'File',
89
'path' => CACHE,
90
],
91
- '_cake_core_' => [
+ '_cake_translations_' => [
92
'className' => 'File',
93
- 'prefix' => 'crud_myapp_cake_core_',
+ 'prefix' => 'myapp_cake_translations_',
94
'path' => CACHE . 'persistent/',
95
'serialize' => true,
96
'duration' => '+10 seconds',
97
98
'_cake_model_' => [
99
100
- 'prefix' => 'crud_my_app_cake_model_',
+ 'prefix' => 'myapp_cake_model_',
101
'path' => CACHE . 'models/',
102
'serialize' => 'File',
103
0 commit comments