From: Eileen McNaughton Date: Sat, 3 Dec 2022 01:44:15 +0000 (+1300) Subject: Rename test class to reflect tested class X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5e1a72cd6695e5cc03fb0a8810e83b829b23ef67;p=civicrm-core.git Rename test class to reflect tested class --- diff --git a/tests/phpunit/CRM/Activity/Form/Task/PDFLetterCommonTest.php b/tests/phpunit/CRM/Activity/Form/Task/PDFTest.php similarity index 98% rename from tests/phpunit/CRM/Activity/Form/Task/PDFLetterCommonTest.php rename to tests/phpunit/CRM/Activity/Form/Task/PDFTest.php index dd3b6723d8..6243408c3f 100644 --- a/tests/phpunit/CRM/Activity/Form/Task/PDFLetterCommonTest.php +++ b/tests/phpunit/CRM/Activity/Form/Task/PDFTest.php @@ -6,7 +6,7 @@ use Civi\Token\TokenProcessor; * Class CRM_Activity_Form_Task_PDFLetterCommonTest * @group headless */ -class CRM_Activity_Form_Task_PDFLetterCommonTest extends CiviUnitTestCase { +class CRM_Activity_Form_Task_PDFTest extends CiviUnitTestCase { /** * Set up for tests.