From: Michael Date: Sun, 3 Jun 2018 10:04:02 +0000 (+0000) Subject: Trying to understand the test tool X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=96d170c9d8d9872dfcbb024d7c0d36977df34e6c;p=friendica.git Trying to understand the test tool --- diff --git a/tests/ApiTest.php b/tests/ApiTest.php index f0e27b4af1..d3ab50350c 100644 --- a/tests/ApiTest.php +++ b/tests/ApiTest.php @@ -74,6 +74,7 @@ class ApiTest extends DatabaseTest { $this->assertEquals($this->selfUser['id'], $user['uid']); $this->assertEquals($this->selfUser['id'], $user['cid']); + $this->assertEquals($this->selfUser['id'], $user['pid']); $this->assertEquals(1, $user['self']); $this->assertEquals('Friendica', $user['location']); $this->assertEquals($this->selfUser['name'], $user['name']);