arpablue/fftest

It is a tool to create and execute test unit.

v0.0.1 2024-04-23 10:01 UTC

This package is auto-updated.

Last update: 2025-06-11 12:45:31 UTC


README

It is a PHP unit test tool to create and execute test plans and test cases.

Before to run

From PHP 8.3 or later a requirements is necessary disable the TLS, the following command disable de TLS:

composer config -g -- disable-tls true