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

6 lines
134 B
Bash
Raw Normal View History

2018-09-21 13:06:16 +00:00
#!/usr/bin/env bash
2018-09-21 17:07:46 +00:00
WORKING_DIR="$PWD"
2018-09-21 17:16:05 +00:00
cd "/tmp/wordpress/wp-content/plugins/wc-admin/"
2018-09-21 13:16:53 +00:00
phpunit -c phpunit.xml.dist
2018-09-21 17:07:46 +00:00
cd "$WORKING_DIR"