PHP Classes

File: _tests/vendor/guzzlehttp/promises/Makefile

Recommend this page to a friend!
  Classes of Asad Ali   PayDirectly PHP   _tests/vendor/guzzlehttp/promises/Makefile   Download  
File: _tests/vendor/guzzlehttp/promises/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PayDirectly PHP
Send HTTP requests to the PayDirectly API
Author: By
Last change:
Date: 2 years ago
Size: 189 bytes
 

Contents

Class file image Download
all: clean test test: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage view-coverage: open artifacts/coverage/index.html clean: rm -rf artifacts/*