public function testGetSetFFProbeMapper() { $ffprobe = new FFProbe($this->getFFProbeDriverMock(), $this->getCacheMock()); $mapper = $this->getFFProbeMapperMock(); $ffprobe->setMapper($mapper); $this->assertSame($mapper, $ffprobe->getMapper()); }