-32602, 'message' => 'Invalid params.', 'data' => 'The "apiinfo.version" method must be called without authorization header.' ]; $this->call('apiinfo.version', [], $error); } public function testAPIInfo_VersionWithoutAuth() { $this->disableAuthorization(); $result = $this->call('apiinfo.version', []); $this->assertSame('7.0.0', $result['result']); } }