コード例 #1
0
 /**
  * @test
  */
 public function testGetCacheFilename()
 {
     $expected = '/bar/javascript.cache.php';
     $this->markup->setBundlerDirectory('/bar');
     $this->assertEquals($expected, $this->markup->getCacheFilename());
 }