Skip to content

Commit 0019770

Browse files
authored
Merge pull request #599 from ergebnis/fix/phpunit
Fix: Remove deprecated `beStrictAboutTodoAnnotatedTests` option for tests running on `phpunit/phpunit:^10.0.0` and `phpunit/phpunit:^11.0.0`
2 parents df5fda5 + 0529b3a commit 0019770

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/Phar/Version10/phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
beStrictAboutChangesToGlobalState="true"
55
beStrictAboutOutputDuringTests="true"
66
beStrictAboutTestsThatDoNotTestAnything="true"
7-
beStrictAboutTodoAnnotatedTests="true"
87
bootstrap="bootstrap.php"
98
cacheResult="false"
109
colors="true"

test/Phar/Version11/phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
beStrictAboutChangesToGlobalState="true"
55
beStrictAboutOutputDuringTests="true"
66
beStrictAboutTestsThatDoNotTestAnything="true"
7-
beStrictAboutTodoAnnotatedTests="true"
87
bootstrap="bootstrap.php"
98
cacheResult="false"
109
colors="true"

0 commit comments

Comments
 (0)