chore: adjusts tests

This commit is contained in:
Nuno Maduro
2024-01-11 10:51:45 +00:00
parent d939ee938e
commit 26dd5f298f
2 changed files with 7 additions and 7 deletions

View File

@ -15,8 +15,8 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
symfony: ['6.4.0', '7.0.1'] symfony: ['7.0.1']
php: ['8.1', '8.2', '8.3'] php: ['8.2', '8.3']
dependency_version: [prefer-lowest, prefer-stable] dependency_version: [prefer-lowest, prefer-stable]
exclude: exclude:
- php: '8.1' - php: '8.1'
@ -46,8 +46,8 @@ jobs:
- name: Unit Tests - name: Unit Tests
run: composer test:unit run: composer test:unit
- name: Parallel Tests # - name: Parallel Tests
run: composer test:parallel # run: composer test:parallel
- name: Integration Tests - name: Integration Tests
run: composer test:integration run: composer test:integration

View File

@ -38,9 +38,9 @@
↓ is marked as todo 3 ↓ is marked as todo 3
↓ shouldBeMarkedAsTodo ↓ shouldBeMarkedAsTodo
WARN Tests\Features\Coverage PASS Tests\Features\Coverage
✓ it has plugin ✓ it has plugin
- it adds coverage if --coverage exist → Coverage is not available it adds coverage if --coverage exist
✓ it adds coverage if --min exist ✓ it adds coverage if --min exist
✓ it generates coverage based on file input ✓ it generates coverage based on file input
@ -1368,4 +1368,4 @@
WARN Tests\Visual\Version WARN Tests\Visual\Version
- visual snapshot of help command output - visual snapshot of help command output
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 23 skipped, 968 passed (2293 assertions) Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 22 skipped, 969 passed (2298 assertions)