mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-12-09 21:45:48 -05:00
style(codespaces): comment PHP unit testing setup for now
This commit is contained in:
parent
cfc687d62b
commit
25dca0838e
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ ln -s ./conf.sample.php cfg/conf.php
|
|||
composer install --no-dev --optimize-autoloader
|
||||
|
||||
# for PHP unit testing
|
||||
composer require google/cloud-storage
|
||||
composer install --optimize-autoloader
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue