pwd
This commit is contained in:
parent
fa8ebdc47f
commit
73e5c5d951
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
WORKING_DIR="$PWD"
|
||||
cd "$WP_CORE_DIR/wp-content/plugins/woocommerce-rest-api/"
|
||||
pwd
|
||||
./vendor/bin/phpunit --version
|
||||
./vendor/bin/phpunit -c phpunit.xml
|
||||
TEST_RESULT=$?
|
||||
|
|
Loading…
Reference in New Issue