From 8d79abbea9e1c33befb91daed8ee6eee9c249ff8 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 16 Sep 2016 22:46:09 +1000 Subject: [PATCH] Fix test class --- tests/phpunit/CRM/Financial/BAO/PaymentProcessorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Financial/BAO/PaymentProcessorTest.php b/tests/phpunit/CRM/Financial/BAO/PaymentProcessorTest.php index 761872d777..13c55507fc 100644 --- a/tests/phpunit/CRM/Financial/BAO/PaymentProcessorTest.php +++ b/tests/phpunit/CRM/Financial/BAO/PaymentProcessorTest.php @@ -29,7 +29,7 @@ * Class CRM_Financial_BAO_PaymentProcessorTypeTest * @group headless */ -class CRM_Financial_BAO_PaymentProcessorTypeTest extends CiviUnitTestCase { +class CRM_Financial_BAO_PaymentProcessorTest extends CiviUnitTestCase { public function setUp() { parent::setUp(); } -- 2.25.1