We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59dee8 commit 6ca4cccCopy full SHA for 6ca4ccc
tests/ClamAV/ClamAVTest.php
@@ -56,4 +56,9 @@ public function testFileScan()
56
$this->assertTrue($this->network->fileScan('/home/NoVirus.txt'));
57
$this->assertFalse($this->network->fileScan('/home/Virus.txt'));
58
}
59
+
60
+ public function testReload()
61
+ {
62
+ $this->assertStringStartsWith('RELOADING', $this->network->reload());
63
+ }
64
0 commit comments