From 3c4285b78649eb381ceebca07562309ca67f42f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 28 Dec 2021 11:30:38 +0100 Subject: [PATCH] Fix: Remove empty auto-review test suite --- .github/workflows/integrate.yaml | 3 --- Makefile | 3 +-- test/AutoReview/phpunit.xml | 30 ------------------------------ 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 test/AutoReview/phpunit.xml 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 @@ - - - - . - - -