Skip to content

Commit 30198fb

Browse files
committed
Remove deprecation usage
1 parent b188bf1 commit 30198fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/bootstrap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@
8888
'engine' => 'File',
8989
'path' => CACHE,
9090
],
91-
'_cake_core_' => [
91+
'_cake_translations_' => [
9292
'className' => 'File',
93-
'prefix' => 'crud_myapp_cake_core_',
93+
'prefix' => 'myapp_cake_translations_',
9494
'path' => CACHE . 'persistent/',
9595
'serialize' => true,
9696
'duration' => '+10 seconds',
9797
],
9898
'_cake_model_' => [
9999
'className' => 'File',
100-
'prefix' => 'crud_my_app_cake_model_',
100+
'prefix' => 'myapp_cake_model_',
101101
'path' => CACHE . 'models/',
102102
'serialize' => 'File',
103103
'duration' => '+10 seconds',

0 commit comments

Comments
 (0)