Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 369 Bytes

tests.md

File metadata and controls

24 lines (15 loc) · 369 Bytes

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