_task - source task from..
test1.sql -- SQL create table 'users'
test2.php -- simple test for PHP
test2a.php -- such as previous, added native assert() testing.
refactoring:
- moved all files to zip24 folder and add class release for unit testing
- create unit test folder tests
- add composer and install phpunit/phpunit last version
- migrating to PHP7.4 and add more php7.4-xxx modules
- creating /tests/TestZip24Tests.php It run from main folder: vendor/bin/phpunit tests/TestZip24Tests.php
That's all now.. :)