Skip to content

Commit 585c815

Browse files
committed
Fix CI errors
1 parent bbb91e6 commit 585c815

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpstan" version="2.1.17" installed="2.1.17" location="./tools/phpstan" copy="false"/>
3+
<phar name="phpstan" version="2.1.31" installed="2.1.31" location="./tools/phpstan" copy="false"/>
44
</phive>

phpcs.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0"?>
22
<ruleset name="CakePHP Queue">
3-
<config name="installed_paths" value="../../cakephp/cakephp-codesniffer" />
43
<rule ref="CakePHP" />
54

5+
<file>src/</file>
6+
<file>tests/</file>
7+
68
<exclude-pattern>tests/comparisons/*</exclude-pattern>
79
</ruleset>

tests/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
// phpcs:enable
5656

5757
Cache::setConfig([
58-
'_cake_core_' => [
58+
'_cake_translations_' => [
5959
'engine' => 'File',
60-
'prefix' => 'cake_core_',
60+
'prefix' => '_cake_translations_',
6161
'serialize' => true,
6262
],
6363
'_cake_model_' => [

0 commit comments

Comments
 (0)