/**
  * @test
  */
 public function testBundlerDirectory()
 {
     $expected = uniqid();
     $this->markup->setBundlerDirectory($expected);
     $this->assertEquals($expected, $this->markup->getBundlerDirectory());
 }