public function testget_invite_calls() { $call = new Call(); $user = new User(1); //execute the method and verify it returns an array $result = $call->get_invite_calls($user); $this->assertTrue(is_array($result)); }