mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
chore(codespace): install stuff for PHP unit testing
This commit is contained in:
parent
fae7e233f3
commit
0a398d73f0
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ echo 'export PATH="$PATH:$PWD/vendor/bin"' >> ~/.bashrc
|
||||||
ln -s ./conf.sample.php cfg/conf.php
|
ln -s ./conf.sample.php cfg/conf.php
|
||||||
composer install --no-dev --optimize-autoloader
|
composer install --no-dev --optimize-autoloader
|
||||||
|
|
||||||
|
# for PHP unit testing
|
||||||
|
composer require google/cloud-storage
|
||||||
|
composer install --optimize-autoloader
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
npm install --global nyc
|
npm install --global nyc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue