Skip to content

Commit

Permalink
Fix: Remove auto-review tests
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 3, 2022
1 parent 4c15024 commit 5e5723a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 71 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
36 changes: 0 additions & 36 deletions test/AutoReview/SrcCodeTest.php

This file was deleted.

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

This file was deleted.

0 comments on commit 5e5723a

Please sign in to comment.