/**
  * @test
  */
 public function testGetFilename()
 {
     $expected = '/foo/javascript.php';
     $this->markup->setBundlerDirectory('/foo');
     $this->assertEquals($expected, $this->markup->getFilename());
 }