2017-07-20 19:50:12 +00:00
|
|
|
build:
|
|
|
|
environment:
|
2017-07-21 17:25:27 +00:00
|
|
|
php: "7.1"
|
2017-07-20 19:50:12 +00:00
|
|
|
mysql: true
|
2017-07-20 20:24:52 +00:00
|
|
|
postgresql: false
|
|
|
|
redis: false
|
2017-07-20 19:50:12 +00:00
|
|
|
apache2:
|
2017-07-21 17:25:27 +00:00
|
|
|
modules:
|
|
|
|
- rewrite
|
2017-07-20 19:50:12 +00:00
|
|
|
variables:
|
2017-07-21 17:25:27 +00:00
|
|
|
WP_VERSION: latest
|
2017-07-20 19:50:12 +00:00
|
|
|
dependencies:
|
|
|
|
before:
|
2017-07-21 17:25:27 +00:00
|
|
|
- "bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION"
|
2017-07-20 19:50:12 +00:00
|
|
|
tests:
|
|
|
|
override:
|
2017-07-21 17:25:27 +00:00
|
|
|
-
|
|
|
|
command: "vendor/bin/phpunit -c phpunit.xml --coverage-clover=results"
|
|
|
|
coverage:
|
|
|
|
file: results
|
|
|
|
format: clover
|
2017-07-20 20:24:52 +00:00
|
|
|
tools:
|
|
|
|
php_code_sniffer:
|
|
|
|
config:
|
2017-07-20 21:05:36 +00:00
|
|
|
standard: WordPress
|
2017-07-21 17:25:27 +00:00
|
|
|
sensiolabs_security_checker: true
|
2017-07-20 20:24:52 +00:00
|
|
|
checks:
|
|
|
|
php:
|
2017-07-21 17:25:27 +00:00
|
|
|
avoid_closing_tag: false
|
|
|
|
avoid_superglobals: false
|
|
|
|
coding_standard:
|
|
|
|
name: WordPress
|
|
|
|
no_exit: false
|
|
|
|
no_global_keyword: false
|
|
|
|
one_class_per_file: false
|
|
|
|
psr2_class_declaration: false
|
|
|
|
psr2_control_structure_declaration: false
|
|
|
|
psr2_switch_declaration: false
|
2017-07-20 20:24:52 +00:00
|
|
|
variable_existence: false
|
|
|
|
verify_access_scope_valid: false
|
|
|
|
verify_argument_usable_as_reference: false
|
|
|
|
verify_property_names: false
|
|
|
|
filter:
|
|
|
|
excluded_paths:
|
2017-07-21 17:25:27 +00:00
|
|
|
- apigen/
|
|
|
|
- dummy-data/
|
|
|
|
- i18n/
|
|
|
|
- includes/api/legacy/
|
|
|
|
- includes/class-wc-legacy-api.php
|
|
|
|
- includes/gateways/simplify-commerce-deprecated/
|
|
|
|
- includes/gateways/simplify-commerce/includes/
|
|
|
|
- includes/legacy/
|
|
|
|
- includes/libraries/
|
|
|
|
- includes/shipping/legacy-*
|
|
|
|
- includes/updates/
|
|
|
|
- includes/vendor/
|
|
|
|
- includes/wc-deprecated-functions.php
|
|
|
|
- tests/
|