From: Johan Vervloet Date: Wed, 4 Oct 2017 21:02:21 +0000 (+0200) Subject: Traditional phpcs errors. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a457852d4f5a28c4143d58519ef5709bb4aae701;p=civicrm-core.git Traditional phpcs errors. --- diff --git a/tests/phpunit/api/v3/RelationshipTest.php b/tests/phpunit/api/v3/RelationshipTest.php index da50d23f1d..e8cb9b2a31 100644 --- a/tests/phpunit/api/v3/RelationshipTest.php +++ b/tests/phpunit/api/v3/RelationshipTest.php @@ -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(