From 7e1a19b86b8c8ed422d97b027a63e22b21d62f0c Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 22 May 2024 17:00:40 +0900 Subject: [PATCH] Note about PHPunit test setup --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c716d3d..7a78f9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,7 @@ jobs: with: path: src/ configuration: phpstan.neon - # - name: PHPunit Tests - # uses: php-actions/phpunit@v3 - # with: - # version: 9 - # configuration: phpunit.xml + # We need to use phpunit from the self install to get the class paths - name: PHPunit Tests run: | vendor/bin/phpunit