guitarneck/taphp-color

TAP consumer in color for PHP.

Installs: 25

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/guitarneck/taphp-color

2.0.0 2022-07-01 23:03 UTC

This package is auto-updated.

Last update: 2025-10-16 02:17:36 UTC


README

TAP consumer in color for TAPHP.

This library is not psr-0/4 compliant. Indeed, its contains functions to capture the running tests of TAPHP that make it unfriendly with composer's autoload way.

Tested on PHP versions : 5.6.9, 7.4.13 ,8.0.0

example

with composer :

require dirname(__DIR__).'/vendor/guitarneck/taphp-color/taphp-html.php';
require dirname(__DIR__).'/vendor/guitarneck/taphp/taphp.lib.php';

without composer :

require_once 'taphp-html.php';
require_once 'taphp.lib.php';

License

MIT © guitarneck