Skip to content

Commit 0bc37ee

Browse files
committed
Update PHPUnit integration test
1 parent cc6bd17 commit 0bc37ee

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@ jobs:
211211
composer install
212212
phpstan-command: ../../../phpstan.phar analyse -c ../rector.neon
213213
baseline-file: rector-baseline.neon
214-
# - php-version: 8.3
215-
# repo: sebastianbergmann/phpunit
216-
# ref: 7af36fe694222657332a5f932f29dae99964cedc
217-
# setup: |
218-
# export COMPOSER_ROOT_VERSION=11.3.0
219-
# composer install
220-
# phpstan-command: ../../../phpstan.phar analyse -c ../phpunit.neon
221-
# baseline-file: phpunit-baseline.neon
214+
- php-version: 8.4
215+
repo: sebastianbergmann/phpunit
216+
ref: 126f4080d457e133b5e6c22c4838d1af1e1f5664
217+
setup: |
218+
export COMPOSER_ROOT_VERSION=12.1.0
219+
composer install
220+
phpstan-command: ../../../phpstan.phar analyse -c ../phpunit.neon
221+
baseline-file: phpunit-baseline.neon
222222
# - php-version: 8.0
223223
# repo: pmmp/PocketMine-MP
224224
# ref: e0b07ff3087b652407439a29c941f3b66ca92c86
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
parameters:
2-
ignoreErrors:
3-
-
4-
message: "#^Offset 0 on non\\-empty\\-list\\<string\\> in isset\\(\\) always exists and is not nullable\\.$#"
5-
count: 1
6-
path: repo/src/TextUI/Configuration/Cli/Builder.php
7-
8-
-
9-
message: "#^Method PHPUnit\\\\TextUI\\\\XmlConfiguration\\\\SnapshotNodeList\\:\\:getIterator\\(\\) should return ArrayIterator\\<int, DOMNode\\> but returns ArrayIterator\\<int\\<0, max\\>, DOMNode\\>\\.$#"
10-
count: 1
11-
path: repo/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php

0 commit comments

Comments
 (0)