install phpunit on ubuntu 18.04
sudo apt update
sudo apt install phpunit
install phpunit on ubuntu 18.04
sudo apt update
sudo apt install phpunit
how to install phpunit
# If the Suhosin extension is enabled, you need to
# allow execution of PHARs in your php.ini:
suhosin.executor.include.whitelist = phar
# To globally install the PHAR:
$ wget https://phar.phpunit.de/phpunit-6.5.phar
$ chmod +x phpunit-6.5.phar
$ sudo mv phpunit-6.5.phar /usr/local/bin/phpunit
$ phpunit --version
# You may also use the downloaded PHAR file directly:
$ wget https://phar.phpunit.de/phpunit-6.5.phar
$ php phpunit-6.5.phar --version
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us