From d865b4f8fc8859e94d3bada69581403937c26373 Mon Sep 17 00:00:00 2001 From: David Remer Date: Thu, 8 Oct 2020 07:22:43 +0300 Subject: [PATCH] remove unused files --- modules/ppcp-admin-notices/README.md | 3 --- modules/ppcp-api-client/.gitignore | 3 --- modules/ppcp-api-client/README.md | 3 --- modules/ppcp-api-client/phpcs.xml.dist | 21 --------------------- modules/ppcp-button/.gitignore | 1 - modules/ppcp-button/composer.json | 8 -------- modules/ppcp-onboarding/.babelrc | 5 ----- modules/ppcp-onboarding/.gitignore | 1 - modules/ppcp-onboarding/composer.json | 14 -------------- modules/ppcp-onboarding/phpunit.xml.dist | 20 -------------------- modules/ppcp-subscription/composer.json | 8 -------- modules/ppcp-wc-gateway/.gitignore | 2 -- modules/ppcp-wc-gateway/composer.json | 20 -------------------- modules/ppcp-wc-gateway/phpunit.xml.dist | 20 -------------------- modules/ppcp-webhooks/composer.json | 17 ----------------- modules/ppcp-webhooks/phpunit.xml.dist | 20 -------------------- modules/woocommerce-logging/.gitignore | 4 ---- modules/woocommerce-logging/composer.json | 8 -------- 18 files changed, 178 deletions(-) delete mode 100644 modules/ppcp-admin-notices/README.md delete mode 100644 modules/ppcp-api-client/.gitignore delete mode 100644 modules/ppcp-api-client/README.md delete mode 100644 modules/ppcp-api-client/phpcs.xml.dist delete mode 100644 modules/ppcp-button/.gitignore delete mode 100644 modules/ppcp-button/composer.json delete mode 100644 modules/ppcp-onboarding/.babelrc delete mode 100644 modules/ppcp-onboarding/.gitignore delete mode 100644 modules/ppcp-onboarding/composer.json delete mode 100644 modules/ppcp-onboarding/phpunit.xml.dist delete mode 100644 modules/ppcp-subscription/composer.json delete mode 100644 modules/ppcp-wc-gateway/.gitignore delete mode 100644 modules/ppcp-wc-gateway/composer.json delete mode 100644 modules/ppcp-wc-gateway/phpunit.xml.dist delete mode 100644 modules/ppcp-webhooks/composer.json delete mode 100644 modules/ppcp-webhooks/phpunit.xml.dist delete mode 100644 modules/woocommerce-logging/.gitignore delete mode 100644 modules/woocommerce-logging/composer.json diff --git a/modules/ppcp-admin-notices/README.md b/modules/ppcp-admin-notices/README.md deleted file mode 100644 index c820c89e2..000000000 --- a/modules/ppcp-admin-notices/README.md +++ /dev/null @@ -1,3 +0,0 @@ -#PPCP Admin Notices - -Renders current notices in the admin. \ No newline at end of file diff --git a/modules/ppcp-api-client/.gitignore b/modules/ppcp-api-client/.gitignore deleted file mode 100644 index a436d2967..000000000 --- a/modules/ppcp-api-client/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -vendor/ -build/ -composer.lock \ No newline at end of file diff --git a/modules/ppcp-api-client/README.md b/modules/ppcp-api-client/README.md deleted file mode 100644 index 03f40af44..000000000 --- a/modules/ppcp-api-client/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# PPCP API Client - -This module takes care of the api client for the woocommerce-paypal-commerce-gateway. \ No newline at end of file diff --git a/modules/ppcp-api-client/phpcs.xml.dist b/modules/ppcp-api-client/phpcs.xml.dist deleted file mode 100644 index 56d3882f7..000000000 --- a/modules/ppcp-api-client/phpcs.xml.dist +++ /dev/null @@ -1,21 +0,0 @@ - - - My projects ruleset. - - - - - - - - - - - - - - - - tests/ - - diff --git a/modules/ppcp-button/.gitignore b/modules/ppcp-button/.gitignore deleted file mode 100644 index 096746c14..000000000 --- a/modules/ppcp-button/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/node_modules/ \ No newline at end of file diff --git a/modules/ppcp-button/composer.json b/modules/ppcp-button/composer.json deleted file mode 100644 index 40a220b86..000000000 --- a/modules/ppcp-button/composer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "inpsyde/ppcp-button", - "type": "inpsyde-module", - "require": { - "dhii/module-interface": "0.2.x-dev", - "inpsyde/ppcp-api-client": "dev-master" - } -} \ No newline at end of file diff --git a/modules/ppcp-onboarding/.babelrc b/modules/ppcp-onboarding/.babelrc deleted file mode 100644 index e8b75afb3..000000000 --- a/modules/ppcp-onboarding/.babelrc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "plugins": [ - "babel-plugin-transform-object-rest-spread" - ] -} \ No newline at end of file diff --git a/modules/ppcp-onboarding/.gitignore b/modules/ppcp-onboarding/.gitignore deleted file mode 100644 index 096746c14..000000000 --- a/modules/ppcp-onboarding/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/node_modules/ \ No newline at end of file diff --git a/modules/ppcp-onboarding/composer.json b/modules/ppcp-onboarding/composer.json deleted file mode 100644 index 5ffe8ef47..000000000 --- a/modules/ppcp-onboarding/composer.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "inpsyde/ppcp-onboarding", - "type": "inpsyde-module", - "require": { - "dhii/module-interface": "0.2.x-dev" - }, - "require-dev": { - "phpunit/phpunit": "^9.1", - "brain/monkey": "^2.4", - "inpsyde/php-coding-standards": "^1" - }, - "minimum-stability": "dev", - "prefer-stable": true -} diff --git a/modules/ppcp-onboarding/phpunit.xml.dist b/modules/ppcp-onboarding/phpunit.xml.dist deleted file mode 100644 index 0a6a23a51..000000000 --- a/modules/ppcp-onboarding/phpunit.xml.dist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ./src - - - - - ./tests/PHPUnit - - - diff --git a/modules/ppcp-subscription/composer.json b/modules/ppcp-subscription/composer.json deleted file mode 100644 index f84309622..000000000 --- a/modules/ppcp-subscription/composer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "inpsyde/ppcp-subscription", - "type": "inpsyde-module", - "require": { - "dhii/module-interface": "0.2.x-dev", - "inpsyde/ppcp-api-client": "dev-master" - } -} \ No newline at end of file diff --git a/modules/ppcp-wc-gateway/.gitignore b/modules/ppcp-wc-gateway/.gitignore deleted file mode 100644 index 181546de8..000000000 --- a/modules/ppcp-wc-gateway/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -vendor -build diff --git a/modules/ppcp-wc-gateway/composer.json b/modules/ppcp-wc-gateway/composer.json deleted file mode 100644 index 2dcf87294..000000000 --- a/modules/ppcp-wc-gateway/composer.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "inpsyde/ppcp-wc-gateway", - "type": "inpsyde-module", - "require": { - "dhii/module-interface": "0.2.x-dev", - "inpsyde/ppcp-session": "dev-master", - "inpsyde/ppcp-admin-notices": "dev-master", - "inpsyde/ppcp-api-client": "dev-master" - }, - "scripts": { - "unit": "./vendor/bin/phpunit --coverage-html build/coverage-report" - }, - "require-dev": { - "phpunit/phpunit": "^9.1", - "brain/monkey": "^2.4", - "inpsyde/php-coding-standards": "^1" - }, - "minimum-stability": "dev", - "prefer-stable": true -} diff --git a/modules/ppcp-wc-gateway/phpunit.xml.dist b/modules/ppcp-wc-gateway/phpunit.xml.dist deleted file mode 100644 index 0a6a23a51..000000000 --- a/modules/ppcp-wc-gateway/phpunit.xml.dist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ./src - - - - - ./tests/PHPUnit - - - diff --git a/modules/ppcp-webhooks/composer.json b/modules/ppcp-webhooks/composer.json deleted file mode 100644 index 79974562d..000000000 --- a/modules/ppcp-webhooks/composer.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "inpsyde/ppcp-webhooks", - "type": "inpsyde-module", - "require": { - "dhii/module-interface": "0.2.x-dev" - }, - "scripts": { - "unit": "./vendor/bin/phpunit --coverage-html build/coverage-report" - }, - "require-dev": { - "phpunit/phpunit": "^9.1", - "brain/monkey": "^2.4", - "inpsyde/php-coding-standards": "^1" - }, - "minimum-stability": "dev", - "prefer-stable": true -} diff --git a/modules/ppcp-webhooks/phpunit.xml.dist b/modules/ppcp-webhooks/phpunit.xml.dist deleted file mode 100644 index 0a6a23a51..000000000 --- a/modules/ppcp-webhooks/phpunit.xml.dist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ./src - - - - - ./tests/PHPUnit - - - diff --git a/modules/woocommerce-logging/.gitignore b/modules/woocommerce-logging/.gitignore deleted file mode 100644 index b83166ae1..000000000 --- a/modules/woocommerce-logging/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/vendor/ -composer.lock -phpunit.xml -.phpunit.result.cache \ No newline at end of file diff --git a/modules/woocommerce-logging/composer.json b/modules/woocommerce-logging/composer.json deleted file mode 100644 index 10994bc07..000000000 --- a/modules/woocommerce-logging/composer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "inpsyde/woocommerce-logging", - "type": "inpsyde-module", - "require": { - "dhii/module-interface": "0.2.x-dev", - "psr/log": "^1.1" - } -}