Example #1
0
 public function testHandle()
 {
     $this->setExpectedException('Teleport\\Request\\RequestException');
     $this->fixture->handle(array('foo' => 'bar'));
 }