Skip to content

Releases: appwrite/php-clamav

2.0.0

24 Feb 09:51
f389716
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...2.0.0

1.1.0

02 Oct 05:26
61d00f2
Compare
Choose a tag to compare

Code maintenance by @SoftCreatR

v1.0.1

29 Feb 11:35
Compare
Choose a tag to compare

Better error handling

v1.0.0

30 Jul 19:15
1159549
Compare
Choose a tag to compare

Test enhancements:
Add EOF for every file excluding the files in ./tests/data.
To let the ClamAV container initializing successfully, sleeping 60 seconds before doing next work.
It should let the package minimum stability is stable because it can let composer install the stable versions of dependencies.
Using short array syntax since the PHP version is php-5.4.
Using the latest version v1.0.3 for appwrite/clamav:v1.0.3.
According to the PHPUnit doc, the fixture methods is protected, not public.
The strcmp behavior is not readable, and using the trim to filter new line and compare the PONG to return bool value directly instead.
Using the assertTrue and assertFalse to assert the expected bool value is same as result.

Thanks to @peter279k for the update!