From e5f7b5ebc29d48374884805f5d3ae2c4bb3a183d Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Thu, 5 Oct 2017 14:05:38 -0300 Subject: [PATCH] Updated tests exclusion list --- .codeclimate.yml | 1 - .scrutinizer.yml | 2 -- phpunit.xml | 9 +++++++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 707dca03ececf..d90e3491f3f9d 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -27,7 +27,6 @@ exclude_paths: - "includes/gateways/simplify-commerce/" - "includes/shipping/legacy-*" - "includes/wc-deprecated-functions.php" -- "includes/class-wc-legacy-api.php" - "assets/js/accounting/" - "assets/js/jquery-*" - "assets/js/prettyPhoto/" diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 79a52ddd1330b..1856f0e82afd4 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -27,8 +27,6 @@ filter: - 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/ diff --git a/phpunit.xml b/phpunit.xml index d6165d9491286..7cc013fce2422 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -20,12 +20,16 @@ woocommerce.php uninstall.php + ./includes/admin/helper/views + ./includes/admin/importers/views + ./includes/admin/meta-boxes/views + ./includes/admin/plugin-updates/views + ./includes/admin/views ./includes/api/legacy ./includes/api/v1 - ./includes/gateways/simplify-commerce-deprecated ./includes/gateways/simplify-commerce/includes - ./includes/libraries ./includes/legacy + ./includes/libraries ./includes/shipping/legacy-flat-rate ./includes/shipping/legacy-free-shipping ./includes/shipping/legacy-international-delivery @@ -35,6 +39,7 @@ ./includes/vendor ./includes/widgets ./includes/wc-deprecated-functions.php + ./includes/wc-template-hooks.php