Skip to content

Commit 6ca4ccc

Browse files
committed
Add reload test
1 parent f59dee8 commit 6ca4ccc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ClamAV/ClamAVTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,9 @@ public function testFileScan()
5656
$this->assertTrue($this->network->fileScan('/home/NoVirus.txt'));
5757
$this->assertFalse($this->network->fileScan('/home/Virus.txt'));
5858
}
59+
60+
public function testReload()
61+
{
62+
$this->assertStringStartsWith('RELOADING', $this->network->reload());
63+
}
5964
}

0 commit comments

Comments
 (0)