public function testGetSetOptionsTester()
 {
     $ffprobe = new FFProbe($this->getFFProbeDriverMock(), $this->getCacheMock());
     $tester = $this->getFFProbeOptionsTesterMock();
     $ffprobe->setOptionsTester($tester);
     $this->assertSame($tester, $ffprobe->getOptionsTester());
 }