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