From a75272384c2c6e5b76a23317d08a75507ef37937 Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Tue, 12 Aug 2014 15:47:46 +0530 Subject: [PATCH] proper name for function --- tests/phpunit/WebTest/Case/AddCaseTypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Case/AddCaseTypeTest.php b/tests/phpunit/WebTest/Case/AddCaseTypeTest.php index a01e96b7be..8c15ed909a 100644 --- a/tests/phpunit/WebTest/Case/AddCaseTypeTest.php +++ b/tests/phpunit/WebTest/Case/AddCaseTypeTest.php @@ -35,7 +35,7 @@ class WebTest_Case_AddCaseTypeTest extends CiviSeleniumTestCase { parent::setUp(); } - function testAddCaseType() { + function testAddEditCaseType() { $caseRoles = array(1 => 'Parent of', 2 => 'Spouse of', 3 => 'Partner of'); $activityTypes = array(1 => 'Meeting',2 => 'Contribution',3 => 'Event Registration'); $timelineActivityTypes = array(1 => 'Meeting',2 => 'Phone Call',3 => 'Email'); -- 2.25.1