Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton authored Aug 10, 2020
1 parent 9906772 commit db75811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/phpunit/CiviTest/CiviUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3237,12 +3237,12 @@ public function getFormObject($class, $formValues = [], $pageName = '') {
$form = new $class();
$_SERVER['REQUEST_METHOD'] = 'GET';
switch ($class) {
case 'CRM_Event_Cart_Form_Checkout_Payment' :
case 'CRM_Event_Cart_Form_Checkout_ParticipantsAndPrices' :
case 'CRM_Event_Cart_Form_Checkout_Payment':
case 'CRM_Event_Cart_Form_Checkout_ParticipantsAndPrices':
$form->controller = new CRM_Event_Cart_Controller_Checkout();
break;

case 'CRM_Event_Form_Registration_Register' :
case 'CRM_Event_Form_Registration_Register':
$form->controller = new CRM_Event_Controller_Registration();
break;

Expand Down

0 comments on commit db75811

Please sign in to comment.