Exemplo n.º 1
0
 public function testPauseBadAppend()
 {
     $this->setExpectedException('TwilioException');
     $r = new Pause();
     $r->append(new Dial());
 }