Merge pull request #11735 from mukeshcompucorp/CRM-21814-add-proper-container-to...
[civicrm-core.git] / tests / phpunit / api / v3 / RelationshipTest.php
index da50d23f1da092ffbd73ce430cad4928ab9b0c5a..6b9501bf90025808ab55bf4c8494dd4e96a31497 100644 (file)
@@ -3,7 +3,7 @@
  * +--------------------------------------------------------------------+
  * | CiviCRM version 4.7                                                |
  * +--------------------------------------------------------------------+
- * | Copyright CiviCRM LLC (c) 2004-2017                                |
+ * | Copyright CiviCRM LLC (c) 2004-2018                                |
  * +--------------------------------------------------------------------+
  * | This file is a part of CiviCRM.                                    |
  * |                                                                    |
@@ -783,7 +783,7 @@ class api_v3_RelationshipTest extends CiviUnitTestCase {
    */
   public function testRelationshipGetWithChainedCall() {
     // Create a relationship.
-    $createResult = $this->callAPISuccess('relationship',  'create', $this->_params);
+    $createResult = $this->callAPISuccess('relationship', 'create', $this->_params);
     $id = $createResult['id'];
 
     // Try to retrieve it using chaining.
@@ -809,7 +809,7 @@ class api_v3_RelationshipTest extends CiviUnitTestCase {
    */
   public function testRelationshipGetInChainedCall() {
     // Create a relationship.
-    $this->callAPISuccess('relationship',  'create', $this->_params);
+    $this->callAPISuccess('relationship', 'create', $this->_params);
 
     // Try to retrieve it using chaining.
     $params = array(