コード例 #1
0
ファイル: RunTest.php プロジェクト: griffbrad/gasp
 /**
  * @expectedException \Gasp\Exception
  */
 public function testCallingRunTaskWithInvalidTypeThrowsException()
 {
     $this->run->runTask(1);
 }