Skip to content

avoid "shell wizardry" in the unit tests #41

Description

@KEINOS

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions