Currently, even though migrating to PHPUnit, the unit tests are depending on bash shell script and UNIX-like based applications, such as jq, git, etc.
POSIX oriented might be a de facto approach but it is causing hardness to create and maintain the test scripts.
We should create a simple test environment before migrating to PHPUnit in the same way as the "examples" directory does.
Anyways, the current tests are not "Unit test", per se. What is doing is some what like "integration test" and not testing/targeting the function itself.
Currently, even though migrating to PHPUnit, the unit tests are depending on
bashshell script and UNIX-like based applications, such asjq,git, etc.POSIX oriented might be a de facto approach but it is causing hardness to create and maintain the test scripts.
We should create a simple test environment before migrating to PHPUnit in the same way as the "examples" directory does.
Anyways, the current tests are not "Unit test", per se. What is doing is some what like "integration test" and not testing/targeting the function itself.