summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Kindströmmer <hannes@kindstrommer.se>2017-03-17 10:54:46 +0100
committerHannes Kindströmmer <hannes@kindstrommer.se>2017-03-17 10:54:46 +0100
commit61f633e58658da7e5a7f958cee7b83a3648e1859 (patch)
tree7720571ad493156a24c2f3e07daec28d5d599fd8
parent4742ee7cb2234e5e142079e508256a4713725319 (diff)
downloadip1-php-sdk-61f633e58658da7e5a7f958cee7b83a3648e1859.zip
ip1-php-sdk-61f633e58658da7e5a7f958cee7b83a3648e1859.tar.gz
ip1-php-sdk-61f633e58658da7e5a7f958cee7b83a3648e1859.tar.bz2
Fixed error found in last CI tests
Signed-off-by: Hannes Kindströmmer <hannes@kindstrommer.se>
-rw-r--r--tests/Recipient/ContactTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Recipient/ContactTest.php b/tests/Recipient/ContactTest.php
index 47d7d83..ba0be4c 100644
--- a/tests/Recipient/ContactTest.php
+++ b/tests/Recipient/ContactTest.php
@@ -93,7 +93,7 @@ class ContactTest extends AbstractEnviromentProvider
$this->getCommunicator()->get("api/contacts")
)
);
- $this->assertEquals([], $contacts->getArrayCopy);
+ $this->assertEquals([], $contacts->getArrayCopy());
}
public function testCreateFromStdClass()
{