Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove empty integration test suite
Browse files Browse the repository at this point in the history
localheinz committed Dec 12, 2021

Verified

This commit was signed with the committer’s verified signature.
adidahiya Adi Dahiya
1 parent 9497c2f commit a8f4075
Showing 3 changed files with 1 addition and 35 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
@@ -263,6 +263,3 @@ jobs:

- name: "Run unit tests with phpunit/phpunit"
run: "vendor/bin/phpunit --configuration=test/Unit/phpunit.xml"

- name: "Run integration tests with phpunit/phpunit"
run: "vendor/bin/phpunit --configuration=test/Integration/phpunit.xml"
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -32,10 +32,9 @@ 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 unit and integration tests with phpunit/phpunit
tests: vendor ## Runs unit integration tests with phpunit/phpunit
mkdir -p .build/phpunit
vendor/bin/phpunit --configuration=test/Unit/phpunit.xml
vendor/bin/phpunit --configuration=test/Integration/phpunit.xml

vendor: composer.json composer.lock
composer validate --strict
30 changes: 0 additions & 30 deletions test/Integration/phpunit.xml

This file was deleted.

0 comments on commit a8f4075

Please sign in to comment.