PHP Classes

File: docs/tests.md

Recommend this page to a friend!
  Classes of Shakir El Amrani   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: Improve tests doc
Date: 29 days ago
Size: 369 bytes
 

Contents

Class file image Download

Running integration tests

Requirements

  • phpUnit ^9
  • php >= 7.4

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