https://github.com/guitarneck/taphp-color
TAP consumer in color for PHP
https://github.com/guitarneck/taphp-color
Last synced: 4 months ago
JSON representation
TAP consumer in color for PHP
- Host: GitHub
- URL: https://github.com/guitarneck/taphp-color
- Owner: guitarneck
- License: mit
- Created: 2021-05-19T19:30:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T19:18:58.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T16:24:25.475Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taphp-color
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 :
``` php
require dirname(__DIR__).'/vendor/guitarneck/taphp-color/taphp-html.php';
require dirname(__DIR__).'/vendor/guitarneck/taphp/taphp.lib.php';
```without composer :
``` php
require_once 'taphp-html.php';
require_once 'taphp.lib.php';
```# License
[MIT © guitarneck](./LICENSE)