Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 09a7ac1

Browse files
committed
Debug the tests
1 parent f256ef7 commit 09a7ac1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/check-diff.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,9 +682,9 @@ function run_phpunit_local {
682682
}
683683

684684
function run_phpunit_travisci {
685-
if [ ! -s "$TEMP_DIRECTORY/paths-scope-php" ]; then
686-
return
687-
fi
685+
#if [ ! -s "$TEMP_DIRECTORY/paths-scope-php" ]; then
686+
# return
687+
#fi
688688

689689
if ! command -v phpunit >/dev/null 2>&1; then
690690
echo "Skipping PHPUnit because phpunit tool not installed"

0 commit comments

Comments
 (0)