From 710340dfb2d0ac69ccb74adaf108a474072f5f5d Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 5 Dec 2020 17:36:14 +0100 Subject: [PATCH] Remove PHPUnit configuration files from components without tests. --- .../Notifier/Bridge/Firebase/phpunit.xml.dist | 31 ------------------- .../Bridge/Mattermost/phpunit.xml.dist | 31 ------------------- .../Notifier/Bridge/Nexmo/phpunit.xml.dist | 31 ------------------- .../Notifier/Bridge/OvhCloud/phpunit.xml.dist | 31 ------------------- .../Bridge/RocketChat/phpunit.xml.dist | 31 ------------------- .../Notifier/Bridge/Sinch/phpunit.xml.dist | 31 ------------------- .../Notifier/Bridge/Twilio/phpunit.xml.dist | 31 ------------------- 7 files changed, 217 deletions(-) delete mode 100644 src/Symfony/Component/Notifier/Bridge/Firebase/phpunit.xml.dist delete mode 100644 src/Symfony/Component/Notifier/Bridge/Mattermost/phpunit.xml.dist delete mode 100644 src/Symfony/Component/Notifier/Bridge/Nexmo/phpunit.xml.dist delete mode 100644 src/Symfony/Component/Notifier/Bridge/OvhCloud/phpunit.xml.dist delete mode 100644 src/Symfony/Component/Notifier/Bridge/RocketChat/phpunit.xml.dist delete mode 100644 src/Symfony/Component/Notifier/Bridge/Sinch/phpunit.xml.dist delete mode 100644 src/Symfony/Component/Notifier/Bridge/Twilio/phpunit.xml.dist diff --git a/src/Symfony/Component/Notifier/Bridge/Firebase/phpunit.xml.dist b/src/Symfony/Component/Notifier/Bridge/Firebase/phpunit.xml.dist deleted file mode 100644 index 66b1cd5652..0000000000 --- a/src/Symfony/Component/Notifier/Bridge/Firebase/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - ./Tests/ - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - - diff --git a/src/Symfony/Component/Notifier/Bridge/Mattermost/phpunit.xml.dist b/src/Symfony/Component/Notifier/Bridge/Mattermost/phpunit.xml.dist deleted file mode 100644 index c7f3582812..0000000000 --- a/src/Symfony/Component/Notifier/Bridge/Mattermost/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - ./Tests/ - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - - diff --git a/src/Symfony/Component/Notifier/Bridge/Nexmo/phpunit.xml.dist b/src/Symfony/Component/Notifier/Bridge/Nexmo/phpunit.xml.dist deleted file mode 100644 index 83cdbf8e8c..0000000000 --- a/src/Symfony/Component/Notifier/Bridge/Nexmo/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - ./Tests/ - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - - diff --git a/src/Symfony/Component/Notifier/Bridge/OvhCloud/phpunit.xml.dist b/src/Symfony/Component/Notifier/Bridge/OvhCloud/phpunit.xml.dist deleted file mode 100644 index a9ca1fa8e0..0000000000 --- a/src/Symfony/Component/Notifier/Bridge/OvhCloud/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - ./Tests/ - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - - diff --git a/src/Symfony/Component/Notifier/Bridge/RocketChat/phpunit.xml.dist b/src/Symfony/Component/Notifier/Bridge/RocketChat/phpunit.xml.dist deleted file mode 100644 index 846dd0f13e..0000000000 --- a/src/Symfony/Component/Notifier/Bridge/RocketChat/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - ./Tests/ - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - - diff --git a/src/Symfony/Component/Notifier/Bridge/Sinch/phpunit.xml.dist b/src/Symfony/Component/Notifier/Bridge/Sinch/phpunit.xml.dist deleted file mode 100644 index 298663e372..0000000000 --- a/src/Symfony/Component/Notifier/Bridge/Sinch/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - ./Tests/ - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - - diff --git a/src/Symfony/Component/Notifier/Bridge/Twilio/phpunit.xml.dist b/src/Symfony/Component/Notifier/Bridge/Twilio/phpunit.xml.dist deleted file mode 100644 index befd94d203..0000000000 --- a/src/Symfony/Component/Notifier/Bridge/Twilio/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - ./Tests/ - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - -