Example #1
0
 public function testGetComponentsHash()
 {
     $this->cache->addComponent($this->file);
     $this->assertSame(md5(filemtime($this->file) . ':'), $this->cache->getComponentsHash());
 }