public function testGetRemoteTrace()
 {
     $ex = new RemoteException();
     $this->assertSame([], $ex->getRemoteTrace());
 }