We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eccube\Tests\Web\Admin\Product\CategoryControllerTest::testMoveSortNoAndShow
composer update "symfony/*" composer require doctrine/doctrine-bundle "1.12.3" bin/phpunit tests/Eccube/Tests/Web/Admin/Product/CategoryContorllerTest.php
The text was updated successfully, but these errors were encountered:
原因の特定ありがとうございます!
Sorry, something went wrong.
kernel.reset で EntityManager::clear() がコールされるようになったのが原因の模様 https://symfony.com/doc/current/reference/dic_tags.html#kernel-reset テストが完了する前に clear で rollback している可能性
EntityManager::clear()
おそらく、ユニットテスト固有の問題なので、 E2Eテストに移植すれば問題なさそう
No branches or pull requests
概要(Overview)
Eccube\Tests\Web\Admin\Product\CategoryControllerTest::testMoveSortNoAndShow
が落ちる期待する内容(Expect) or 要望 (Requirement)
Eccube\Tests\Web\Admin\Product\CategoryControllerTest::testMoveSortNoAndShow
が成功すること再現手順(Procedure)
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: