From f012d54099a89341bc97792a25b59b7a9cf2c39b Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Fri, 16 Oct 2020 15:00:20 -0500 Subject: [PATCH] Where are we --- .scripts/run-tests.sh | 3 +++ .travis.yml | 2 +- phpunit.xml | 6 ++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.scripts/run-tests.sh b/.scripts/run-tests.sh index 1d03e253..88aca72a 100755 --- a/.scripts/run-tests.sh +++ b/.scripts/run-tests.sh @@ -2,6 +2,9 @@ # Wrapper for the test executing function so we only have to change it in one place. # The module name gets passed in as a command line arg. +LS="ls ../modules/contrib/islandora/tests/src/Kernel" +echo "LS Command -> $LS" +$LS COMMAND="$DRUPAL_DIR/vendor/bin/phpunit --verbose --testsuite $1" echo $COMMAND $COMMAND diff --git a/.travis.yml b/.travis.yml index a1270370..a29953d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ php: - 7.3 env: - - TESTSUITE=unit + - TESTSUITE=kernel - TESTSUITE=functional - TESTSUITE=function-javascript diff --git a/phpunit.xml b/phpunit.xml index 26668fa4..3ca4e69e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -20,14 +20,14 @@ - + - + @@ -36,8 +36,6 @@ - -