[TASK] Run deprecated functional tests with phpunit 10
Functional deprecated tests are quite easy to fix for phpunit 10: Just some static data providers. We do the same as with "casual" functional tests: Temporarily allowing execution with phpunit 10 in runTests.sh in addition to phpunit 9, plus CI addition. Resolves: #100507 Related: #100249 Releases: main Change-Id: I31e012c558214b55ba24cbd311f918ef54ab0111 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78513 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/Scripts/runTests.sh 22 additions, 0 deletionsBuild/Scripts/runTests.sh
- Build/gitlab-ci/nightly/functional.yml 16 additions, 0 deletionsBuild/gitlab-ci/nightly/functional.yml
- Build/gitlab-ci/pre-merge/functional.yml 10 additions, 0 deletionsBuild/gitlab-ci/pre-merge/functional.yml
- Build/phpunit/FunctionalTestsDeprecated-10.xml 36 additions, 0 deletionsBuild/phpunit/FunctionalTestsDeprecated-10.xml
- Build/testing-docker/local/docker-compose.yml 34 additions, 0 deletionsBuild/testing-docker/local/docker-compose.yml
- typo3/sysext/backend/Tests/FunctionalDeprecated/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php 1 addition, 1 deletion...ion/TypoScript/ConditionMatching/ConditionMatcherTest.php
- typo3/sysext/fluid/Tests/FunctionalDeprecated/ViewHelpers/Be/Labels/CshViewHelperTest.php 1 addition, 1 deletion...nalDeprecated/ViewHelpers/Be/Labels/CshViewHelperTest.php
Please register or sign in to comment