Closed peter279k closed 5 years ago
EOF
./tests/data
ClamAV
stable
php-5.4
v1.0.3
appwrite/clamav:v1.0.3
protected
public
strcmp
PONG
assertTrue
assertFalse
Great work! Thanks for contributing to the project!
Changed log
EOF
for every file excluding the files in./tests/data
.ClamAV
container initializing successfully, sleeping 60 seconds before doing next work.stable
because it can let composer install the stable versions of dependencies.php-5.4
.v1.0.3
forappwrite/clamav:v1.0.3
.protected
, notpublic
.strcmp
behavior is not readable, and using the trim to filter new line and compare thePONG
to return bool value directly instead.assertTrue
andassertFalse
to assert the expected bool value is same as result.