From 6eb1d7911d53b6ba1ed6cfcc755692026b0995af Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 11 Jul 2022 18:10:47 +1000 Subject: [PATCH] [NFC] Add in convertDeprecationsToExceptions='true' to core extension's phpunit.xml.dist files --- ext/afform/core/phpunit.xml.dist | 2 +- ext/afform/mock/phpunit.xml.dist | 2 +- ext/authx/phpunit.xml.dist | 2 +- ext/civigrant/phpunit.xml.dist | 2 +- ext/contributioncancelactions/phpunit.xml.dist | 2 +- ext/ewaysingle/phpunit.xml.dist | 2 +- ext/financialacls/phpunit.xml.dist | 2 +- ext/flexmailer/phpunit.xml.dist | 2 +- ext/legacycustomsearches/phpunit.xml.dist | 2 +- ext/oauth-client/phpunit.xml.dist | 2 +- ext/payflowpro/phpunit.xml.dist | 2 +- ext/search_kit/phpunit.xml.dist | 2 +- ext/sequentialcreditnotes/phpunit.xml.dist | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ext/afform/core/phpunit.xml.dist b/ext/afform/core/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/afform/core/phpunit.xml.dist +++ b/ext/afform/core/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/afform/mock/phpunit.xml.dist b/ext/afform/mock/phpunit.xml.dist index 3261cecb3c..e3e4c4c151 100644 --- a/ext/afform/mock/phpunit.xml.dist +++ b/ext/afform/mock/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/authx/phpunit.xml.dist b/ext/authx/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/authx/phpunit.xml.dist +++ b/ext/authx/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/civigrant/phpunit.xml.dist b/ext/civigrant/phpunit.xml.dist index fc8f870b72..0b6c17274e 100644 --- a/ext/civigrant/phpunit.xml.dist +++ b/ext/civigrant/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/contributioncancelactions/phpunit.xml.dist b/ext/contributioncancelactions/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/contributioncancelactions/phpunit.xml.dist +++ b/ext/contributioncancelactions/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/ewaysingle/phpunit.xml.dist b/ext/ewaysingle/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/ewaysingle/phpunit.xml.dist +++ b/ext/ewaysingle/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/financialacls/phpunit.xml.dist b/ext/financialacls/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/financialacls/phpunit.xml.dist +++ b/ext/financialacls/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/flexmailer/phpunit.xml.dist b/ext/flexmailer/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/flexmailer/phpunit.xml.dist +++ b/ext/flexmailer/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/legacycustomsearches/phpunit.xml.dist b/ext/legacycustomsearches/phpunit.xml.dist index 942e32c62c..a55cbea553 100644 --- a/ext/legacycustomsearches/phpunit.xml.dist +++ b/ext/legacycustomsearches/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/oauth-client/phpunit.xml.dist b/ext/oauth-client/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/oauth-client/phpunit.xml.dist +++ b/ext/oauth-client/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/payflowpro/phpunit.xml.dist b/ext/payflowpro/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/payflowpro/phpunit.xml.dist +++ b/ext/payflowpro/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/search_kit/phpunit.xml.dist b/ext/search_kit/phpunit.xml.dist index 9ff226c007..9de8491119 100644 --- a/ext/search_kit/phpunit.xml.dist +++ b/ext/search_kit/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit diff --git a/ext/sequentialcreditnotes/phpunit.xml.dist b/ext/sequentialcreditnotes/phpunit.xml.dist index 8321e70acd..01bca9b019 100644 --- a/ext/sequentialcreditnotes/phpunit.xml.dist +++ b/ext/sequentialcreditnotes/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests/phpunit -- 2.25.1