Skip to content

Commit d15ef8d

Browse files
committed
Fix up tests.
1 parent 92fda3d commit d15ef8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_files/meta/phpstorm/.meta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,8 +1345,8 @@
13451345

13461346
registerArgumentsSet(
13471347
'cacheEngines',
1348-
'_cake_core_',
13491348
'_cake_model_',
1349+
'_cake_translations_',
13501350
'default',
13511351
);
13521352

tests/test_files/meta/phpstorm/.meta_lowest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,8 +1340,8 @@
13401340

13411341
registerArgumentsSet(
13421342
'cacheEngines',
1343-
'_cake_core_',
13441343
'_cake_model_',
1344+
'_cake_translations_',
13451345
'default',
13461346
);
13471347

0 commit comments

Comments
 (0)