コード例 #1
0
 /**
  * @test
  * @expectedException \Bundler\Markup\MarkupException
  * @expectedExceptionMessage missing package in bundler file
  */
 public function testGetFilesDevelopmentPackageNotFound()
 {
     $this->markup->getFilesDevelopment('foo');
 }