woocommerce/plugins/woocommerce-admin/bin/phpunit.sh

7 lines
116 B
Bash
Raw Normal View History

2018-09-21 13:06:16 +00:00
#!/usr/bin/env bash
2018-09-21 15:01:04 +00:00
#WORKING_DIR="$PWD"
#cd "$HOME/wordpress"
#ls -l
2018-09-21 13:16:53 +00:00
phpunit -c phpunit.xml.dist
2018-09-21 15:01:04 +00:00
#cd "$WORKING_DIR"