diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index e24c1499..5328e595 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -332,9 +332,6 @@ jobs: with: dependencies: "${{ matrix.dependencies }}" - - name: "Run auto-review tests with phpunit/phpunit" - run: "vendor/bin/phpunit --configuration=test/AutoReview/phpunit.xml" - - name: "Run unit tests with phpunit/phpunit" run: "vendor/bin/phpunit --configuration=test/Unit/phpunit.xml" diff --git a/Makefile b/Makefile index 06b889f1..cf3b63c0 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,8 @@ static-code-analysis-baseline: vendor ## Generates a baseline for static code an vendor/bin/psalm --config=psalm.xml --set-baseline=psalm-baseline.xml .PHONY: tests -tests: vendor ## Runs auto-review, unit, and integration tests with phpunit/phpunit +tests: vendor ## Runs unit and integration tests with phpunit/phpunit mkdir -p .build/phpunit - vendor/bin/phpunit --configuration=test/AutoReview/phpunit.xml vendor/bin/phpunit --configuration=test/Unit/phpunit.xml vendor/bin/phpunit --configuration=test/Integration/phpunit.xml diff --git a/test/AutoReview/phpunit.xml b/test/AutoReview/phpunit.xml deleted file mode 100644 index 4f5220f1..00000000 --- a/test/AutoReview/phpunit.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - . - - -