Exemple #1
0
 /**
  *
  */
 public function testTransportMissingConfig()
 {
     $this->setExpectedException('\\parallely\\Exception', \parallely\Exception::SETUP_ERROR);
     \parallely\Builder::transport('file');
 }