From f59debc4a6ad9639496991b87ce9b9e4f3996f7c Mon Sep 17 00:00:00 2001 From: David Stone Date: Sun, 2 Feb 2025 02:00:45 -0700 Subject: [PATCH] use correct path for phpunit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 374299b..d469640 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ job-references: composer install rm -rf $WP_TESTS_DIR $WP_CORE_DIR bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest - phpunit + vendor/bin/phpunit jobs: php74-build: