Example #1
0
 public function testSmsBadAppend()
 {
     $this->setExpectedException('TwilioException');
     $r = new Sms();
     $r->append(new Dial());
 }