/**
  * @expectedException InvalidArgumentException
  */
 public function testPhotoInfoFail()
 {
     $fail_id = 'fail_id';
     $photozou = new Services_Photozou($this->user, $this->password);
     $photozou->photo_info($fail_id);
 }