mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
refactor: install PHPUnit globally for development instead of locally
This commit is contained in:
@@ -12,7 +12,8 @@ ln -s ./conf.sample.php cfg/conf.php
|
|||||||
composer install --no-dev --optimize-autoloader
|
composer install --no-dev --optimize-autoloader
|
||||||
|
|
||||||
# for PHP unit testing
|
# for PHP unit testing
|
||||||
composer require --global google/cloud-storage
|
composer global require phpunit/phpunit
|
||||||
|
composer global require google/cloud-storage
|
||||||
|
|
||||||
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user