From 5e5723a6305bbe75f31378a3774685641b0e16ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 3 Jan 2022 09:24:00 +0100 Subject: [PATCH] Fix: Remove auto-review tests --- .github/workflows/integrate.yaml | 3 --- Makefile | 3 +-- test/AutoReview/SrcCodeTest.php | 36 -------------------------------- test/AutoReview/phpunit.xml | 30 -------------------------- 4 files changed, 1 insertion(+), 71 deletions(-) delete mode 100644 test/AutoReview/SrcCodeTest.php delete mode 100644 test/AutoReview/phpunit.xml diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f68fea99..23a725e3 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -233,9 +233,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 35701f44..fc370be2 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,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/SrcCodeTest.php b/test/AutoReview/SrcCodeTest.php deleted file mode 100644 index cc420afa..00000000 --- a/test/AutoReview/SrcCodeTest.php +++ /dev/null @@ -1,36 +0,0 @@ - - - - . - - -