proper name for function
authorJitendra Purohit <jitendra.purohit@webaccessglobal.com>
Tue, 12 Aug 2014 10:17:46 +0000 (15:47 +0530)
committerJitendra Purohit <jitendra.purohit@webaccessglobal.com>
Tue, 12 Aug 2014 10:17:46 +0000 (15:47 +0530)
tests/phpunit/WebTest/Case/AddCaseTypeTest.php

index a01e96b7be8ccb435d83a1fe00295d3923a42644..8c15ed909a766d9a2547f6d62598de9a92b06f78 100644 (file)
@@ -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');