Skip to content

Commit

Permalink
Merge pull request #842 from ergebnis/fix/auto-review
Browse files Browse the repository at this point in the history
Fix: Remove empty auto-review test suite
  • Loading branch information
localheinz committed Dec 28, 2021
2 parents 1c3f520 + 3c4285b commit 1ef3046
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integrate.yaml
Expand Up @@ -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"

Expand Down
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -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

Expand Down
30 changes: 0 additions & 30 deletions test/AutoReview/phpunit.xml

This file was deleted.

0 comments on commit 1ef3046

Please sign in to comment.