public function testGetSetCache() { $ffprobe = new FFProbe($this->getFFProbeDriverMock(), $this->getCacheMock()); $cache = $this->getCacheMock(); $ffprobe->setCache($cache); $this->assertSame($cache, $ffprobe->getCache()); }