PHP Classes

File: docs/tests.md

Recommend this page to a friend!
  Classes of El Amrani Chakir   PHP FTP Client Library   docs/tests.md   Download  
File: docs/tests.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP FTP Client Library
Manage files in remote FTP server
Author: By
Last change:
Date: 2 years ago
Size: 368 bytes
 

Contents

Class file image Download

Running integration tests

Requirements

  • phpUnit ^5
  • php >= 5.6

Install

If you don't have PHPUnit installed globally, or you have a different PHPUnit version then run this :

composer install --dev

FTP settings configs

Edit the tests/config.php file with your own FTP settings.

Run the tests

vendor/bin/phpunit