File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ before_script:
35
35
- if [ $DB = 'mysql' ]; then mysql -u root -e 'CREATE DATABASE cakephp_test CHARACTER SET utf8 COLLATE utf8_general_ci;'; fi
36
36
- phpenv rehash
37
37
- set +H
38
+ - chmod 0600 tests/Fixture/*.pem
38
39
39
40
script :
40
41
- sh -c "if [ '$DEFAULT' = '1' ]; then phpunit; fi"
Original file line number Diff line number Diff line change 41
41
}
42
42
],
43
43
"scripts" : {
44
- "cs-check" : " phpcs --colors -psn --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP --ignore=config/Migrations/* ./src ./tests ./config" ,
44
+ "cs-check" : " phpcs --colors -ps --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP --ignore=config/Migrations/* ./src ./tests ./config" ,
45
45
"cs-fix" : " phpcbf -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP --ignore=config/Migrations/* ./src ./tests ./config"
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments