File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
5453vendor : composer.json composer.lock
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments