1
0
Fork 0
friendica_2020-09-1_sharedH.../bin/dev
Roland Häder 5e57ad4d44
Added simple wrapper script to run PHPUnit tests for you. To use this, you need
to set at least 4 variables in your ~/.bashrc (recommended):

export FRIENDICA_MYSQL_HOST="localhost"
export FRIENDICA_MYSQL_DATABASE="friendica_test"
export FRIENDICA_MYSQL_USER="friendica_test"
export FRIENDICA_MYSQL_PASSWWORD="friendica_test"

Then you can put ./bin/dev/run_tests.sh into your .git/hooks/pre-commit file
2022-06-21 13:47:40 +02:00
..
php-cs-fixer Setup php-cs-fixer 2021-04-07 20:05:58 +02:00
make_credits.py added Roger Meyer to the credits 2020-09-09 07:43:41 +02:00
minifyjs.sh Remove references to removed frost theme 2021-02-09 23:25:47 -05:00
run_tests.sh Added simple wrapper script to run PHPUnit tests for you. To use this, you need 2022-06-21 13:47:40 +02:00
vagrant_provision.sh Add PHP8 to Vagrant 2021-10-18 20:39:36 +02:00
vagrant_vhost.sh Move dev executables from util/ to bin/dev/ 2018-04-07 09:00:52 -04:00