proper name for function
[civicrm-core.git] / 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');