Heres a list of steps I foun online for my reference.
Download:
wget https://phar.phpunit.de/phpunit.phar
Make executable:
chmod +x phpunit.phar
Move globally:
sudo mv phpunit.phar /usr/local/bin/phpunit
Test
phpunit –version
Heres a list of steps I foun online for my reference.
Download:
wget https://phar.phpunit.de/phpunit.phar
Make executable:
chmod +x phpunit.phar
Move globally:
sudo mv phpunit.phar /usr/local/bin/phpunit
Test
phpunit –version