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

7 lines
111 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"
cd "/tmp/wordpress"
ls -l
2018-09-21 13:16:53 +00:00
phpunit -c phpunit.xml.dist
2018-09-21 17:07:46 +00:00
cd "$WORKING_DIR"