From d8541983eb65ed7424bd0d934a609c9aaaf8c9ca Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 27 May 2022 14:17:41 +1200 Subject: [PATCH] Remove sneaky files --- .../phpunit/CRM/Contribute/Import/Parser/data/contributions.CSV | 2 -- .../phpunit/CRM/Contribute/Import/Parser/data/contributions.txt | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.CSV delete mode 100644 tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.txt diff --git a/tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.CSV b/tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.CSV deleted file mode 100644 index ba8175db8f..0000000000 --- a/tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.CSV +++ /dev/null @@ -1,2 +0,0 @@ -External Identifier,Total Amount,Receive Date,Financial Type,Soft Credit to -bob,65,2008-09-20,Donation,mum@example.com diff --git a/tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.txt b/tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.txt deleted file mode 100644 index ba8175db8f..0000000000 --- a/tests/phpunit/CRM/Contribute/Import/Parser/data/contributions.txt +++ /dev/null @@ -1,2 +0,0 @@ -External Identifier,Total Amount,Receive Date,Financial Type,Soft Credit to -bob,65,2008-09-20,Donation,mum@example.com -- 2.25.1