8000 run integration tests using PHPUnit 11 · symfony/symfony@24d86e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24d86e8

Browse files
committed
run integration tests using PHPUnit 11
1 parent dbf7867 commit 24d86e8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
extensions: "json,couchbase-3.2.2,memcached,mongodb-1.12.0,redis,rdkafka,xsl,ldap,relay"
191191
ini-values: date.timezone=UTC,memory_limit=-1,default_socket_timeout=10,session.gc_probability=0,apc.enable_cli=1,zend.assertions=1
192192
php-version: "${{ matrix.php }}"
193-
tools: pecl
193+
tools: pecl,phpunit:11.3
194194

195195
- name: Display versions
196196
run: |
@@ -214,10 +214,6 @@ jobs:
214214
composer update --no-progress --ansi
215215
echo "::endgroup::"
216216
217-
echo "::group::install phpunit"
218-
./phpunit install
219-
echo "::endgroup::"
220-
221217
- name: Check for changes in translation files
222218
id: changed-translation-files
223219
run: |
@@ -231,7 +227,7 @@ jobs:
231227
git diff --exit-code src/ || (echo '::error::Run "php .github/sync-translations.php" to fix XLIFF files.' && exit 1)
232228
233229
- name: Run tests
234-
run: ./phpunit --group integration -v
230+
run: phpunit --group integration
235231
env:
236232
INTEGRATION_FTP_URL: 'ftp://test:test@localhost'
237233
REDIS_HOST: 'localhost:16379'

0 commit comments

Comments
 (0)
0