[BUGFIX] Correct file path in acceptance tests
codeception seeFileFound() and dontSeeFileFound() apply some path magic if relative files are given. It leads to wrong paths. This is however not (yet) shown due to error suppression in the suite. To work on ac test error handling for increased PHP 8 compatibility, this needs to be sorted out first. Resolves: #93732 Releases: master, 10.4 Change-Id: I0f69ec066069261e7b47afa44e934c0b5ee02b51 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68378 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Tests/Acceptance/Backend/InstallTool/AbstractCest.php 2 additions, 2 deletions...ore/Tests/Acceptance/Backend/InstallTool/AbstractCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/InstallTool/LoginCest.php 3 additions, 2 deletions...t/core/Tests/Acceptance/Backend/InstallTool/LoginCest.php
Please register or sign in to comment