Skip to content

Commit 7a53a97

Browse files
committed
Fix: Remove empty unit test suite
1 parent c3de165 commit 7a53a97

3 files changed

Lines changed: 1 addition & 40 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ jobs:
221221
with:
222222
dependencies: "${{ matrix.dependencies }}"
223223

224-
- name: "Run unit tests with phpunit/phpunit"
225-
run: "vendor/bin/phpunit --configuration=test/Unit/phpunit.xml"
226-
227224
- name: "Run integration tests with phpunit/phpunit"
228225
run: "vendor/bin/phpunit --configuration=test/Integration/phpunit.xml"
229226

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ static-code-analysis-baseline: vendor ## Generates a baseline for static code an
4646
vendor/bin/psalm --config=psalm.xml --set-baseline=psalm-baseline.xml
4747

4848
.PHONY: tests
49-
tests: vendor ## Runs unit and integration tests with phpunit/phpunit
49+
tests: vendor ## Runs integration tests with phpunit/phpunit
5050
mkdir -p .build/phpunit
51-
vendor/bin/phpunit --configuration=test/Unit/phpunit.xml
5251
vendor/bin/phpunit --configuration=test/Integration/phpunit.xml
5352

5453
vendor: composer.json composer.lock

test/Unit/phpunit.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)