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