예제 #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testSslInvalidBooleanValueThrowException()
 {
     $this->mailOptions->setSsl(true);
 }