コード例 #1
0
ファイル: SymlinkTest.php プロジェクト: toxygene/pants
 /**
  * @covers Pants\Task\Symlink::execute
  */
 public function testMissingTargetThrowsException()
 {
     $this->setExpectedException('Pants\\BuildException');
     $this->task->setLink('test')->execute();
 }