Traditional phpcs errors.
authorJohan Vervloet <johan.vervloet@kuleuven.be>
Wed, 4 Oct 2017 21:02:21 +0000 (23:02 +0200)
committerJohan Vervloet <johan.vervloet@kuleuven.be>
Wed, 4 Oct 2017 21:02:21 +0000 (23:02 +0200)
tests/phpunit/api/v3/RelationshipTest.php

index da50d23f1da092ffbd73ce430cad4928ab9b0c5a..e8cb9b2a314fbf93430a351e0157499299dc91d1 100644 (file)
@@ -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(