diff --git a/.circleci/config.yml b/.circleci/config.yml index 808b2a6c9..453bb9cda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: name: Run Test Units command: | set -e - find tests/unit/ -type f -name "*.php" > tests.list + find tests/ -name "*Test*.php" input="tests.list" while IFS= read -r line do