/**
  * @vcr comments/test-get-commnents-no-privilege-vcr.yml
  * @expectedException HieuLe\WordpressXmlrpcClient\Exception\XmlrpcException
  * @expectedExceptionCode 401
  * @expectedExceptionMessage Sorry, you cannot edit comments.
  */
 public function testGetCommentsNoPrivilege()
 {
     $comments = $this->guestClient->getComments();
 }