protected function setUp() { $this->inner = $this ->getMock('Assetic\\Asset\\AssetInterface'); $this->cache = $this ->getMock('Assetic\\Cache\\CacheInterface'); $this->asset = new AssetCache($this->inner, $this->cache); }