コード例 #1
0
 public function testNoneBase64AttachmentUrl()
 {
     $this->setExpectedException('\\LogicException');
     $this->attachmentManager->decodeAttachmentUrl('bad string');
 }