コード例 #1
0
ファイル: TwigTest.php プロジェクト: crazycodr/phpDocumentor2
 /**
  * @covers \phpDocumentor\Plugin\Scrybe\Template\Twig::setPath
  * @expectedException InvalidArgumentException
  */
 public function testSetFileAsBaseTemplatePath()
 {
     $fixture = new Twig();
     $fixture->setPath(__FILE__);
 }