Update Unit test styling to cover the future coder version
[civicrm-core.git] / tests / phpunit / CRM / Event / BAO / QueryTest.php
index d95a7fbb0ed6d32ecd4aa944f85a20a15d48f0d3..efa9bb555445ddeb732848a806495fdad6d07273 100644 (file)
@@ -15,13 +15,13 @@ class CRM_Event_BAO_QueryTest extends CiviUnitTestCase {
       'api.participant.create' => [
         'event_id' => $event['id'],
         'note'     => 'some_note',
-      ]
+      ],
     ]);
     $this->individualCreate([
       'api.participant.create' => [
         'event_id' => $event['id'],
         'note'     => 'some_other_note',
-      ]
+      ],
     ]);
     $params = [
       [
@@ -30,7 +30,7 @@ class CRM_Event_BAO_QueryTest extends CiviUnitTestCase {
         2 => 'some_note',
         3 => 1,
         4 => 0,
-      ]
+      ],
     ];
 
     $query = new CRM_Contact_BAO_Query($params, NULL, NULL, FALSE, FALSE, CRM_Contact_BAO_Query::MODE_CONTACTS);