コード例 #1
0
ファイル: BuilderTest.php プロジェクト: hpbuniat/parallely
 /**
  *
  */
 public function testTransportMissingConfig()
 {
     $this->setExpectedException('\\parallely\\Exception', \parallely\Exception::SETUP_ERROR);
     \parallely\Builder::transport('file');
 }