Example #1
0
 public function testContScan()
 {
     $this->socket->expects($this->any())->method('read')->will($this->returnValue('/tmp/quahog/EICAR: Eicar-Test-Signature FOUND'));
     $result = $this->quahog->contScan('/tmp/quahog');
     $this->assertSame(array('filename' => '/tmp/quahog/EICAR', 'reason' => 'Eicar-Test-Signature', 'status' => 'FOUND'), $result);
 }