-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with StdoTest #8315
Comments
This also causes the same issue while running the test |
If you run phpunit with the Actually that seems to cause issues with the session tests also. |
Is this an obsolete class? I found it referenced in |
"Is this an obsolete class?" I hope so. It can break everything by closing STDOUT... |
@dmanners thank you for reporting the issue. Internal ticket: MAGETWO-64853 |
@dmanners @schmengler class The file |
If @okorshenko, please consider running unit/integration tests with |
…est/Unit/Module/I18n/Dictionary/Writer/Csv/StdoTest.php crashes in debug mode #8610
Internal ticket to track issue progress: MAGETWO-64462 |
AC-8862: Config path which contains capital letters doesn't return value
Preconditions
Steps to reproduce
./vendor/bin/phpunit --debug -v -c dev/tests/unit/phpunit.xml.dist setup/src/Magento/Setup/Test/Unit/Module/I18n/Dictionary/Writer/Csv/StdoTest.php
Expected result
Actual result
I am not even 100% if this testing is actually makes sense. But because of the
__destruct
method inMagento\Setup\Module\I18n\Dictionary\Writer\Csv
the output will always be closed and then PHPUnit will fail when trying to write the test results to the screen.The text was updated successfully, but these errors were encountered: