doctrine/doctrine-bundle 1.12.3 support
Open
dependencies
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
## 概要(Overview)
- #4585
- https://github.com/doctrine/DoctrineBundle/pull/1099 を適用すると `Eccube\Tests\Web\Admin\Product\CategoryControllerTest::testMoveSortNoAndShow` が落ちる
## 期待する内容(Expect) or 要望 (Requirement)
- https://github.com/doctrine/DoctrineBundle/pull/1099 を適用した状態で、 `Eccube\Tests\Web\Admin\Product\CategoryControllerTest::testMoveSortNoAndShow` が成功すること
## 再現手順(Procedure)
```shell
composer update "symfony/*"
composer require doctrine/doctrine-bundle "1.12.3"
bin/phpunit tests/Eccube/Tests/Web/Admin/Product/CategoryContorllerTest.php
```
### 環境 (environment)
+ EC-CUBE: 4.0.4
+ PHP: 7.4.5
+ DB:
- PostgreSQL 9.6.18
## 関連情報 (Ref)
Contributor guide
Assessment
This issue has not been assessed yet.