This commit is contained in:
parent
129ea30305
commit
6d211e17bf
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
WORKING_DIR="$PWD"
|
WORKING_DIR="$PWD"
|
||||||
cd "$WP_CORE_DIR/wp-content/plugins/woocommerce-rest-api"
|
cd "$WP_CORE_DIR/wp-content/plugins/woocommerce-rest-api"
|
||||||
|
ls
|
||||||
composer install
|
composer install
|
||||||
./vendor/bin/phpunit --version
|
./vendor/bin/phpunit --version
|
||||||
./vendor/bin/phpunit -c phpunit.xml
|
./vendor/bin/phpunit -c phpunit.xml
|
||||||
|
|
Loading…
Reference in New Issue