INFRA-132 - tests/ - phpcbf
[civicrm-core.git] / tests / phpunit / api / v3 / CaseTypeTest.php
index 73d50b6e70380542fd4ebb1db5666329d7245d2a..764dacff127a43de3c58f1a12332744ac74d80c2 100644 (file)
@@ -138,7 +138,7 @@ class api_v3_CaseTypeTest extends CiviCaseTestCase {
    */
   public function testCaseTypeUpdate() {
     // Create Case Type
-    $params =  array(
+    $params = array(
       'title' => 'Application',
       'name' => 'Application',
       'is_active' => 1,
@@ -164,7 +164,7 @@ class api_v3_CaseTypeTest extends CiviCaseTestCase {
    */
   public function testCaseTypeDelete_New() {
     // Create Case Type
-    $params =  array(
+    $params = array(
       'title' => 'Application',
       'name' => 'Application',
       'is_active' => 1,