EC-CUBE / ec-cube

EC-CUBE is the most popular e-commerce solution in Japan
https://www.ec-cube.net
Other
746 stars 652 forks source link

パッケージ版でbin/console listでエラーが表示される #3944

Open chihiro-adachi opened 6 years ago

chihiro-adachi commented 6 years ago

概要(Overview)

パッケージ版で bin/console list実行時に、以下のエラーが表示される

In getGeneratorService.php line 8:

  Attempted to load class "Generator" from namespace "Eccube\Tests\Fixture".                                                                              
  Did you forget a "use" statement for e.g. "Symfony\Bundle\MakerBundle\Generator", "Sensio\Bundle\GeneratorBundle\Generator\Generator" or "Faker\Genera  
  tor"? 

https://github.com/EC-CUBE/ec-cube/blob/4.0/app/config/eccube/packages/dev/generator.yaml

APP_ENV=dev時、Generatorのサービス定義を行っているが、パッケージ版にはtests以下のコードは同梱されないため。

期待する内容(Expect) or 要望 (Requirement)

再現手順(Procedure)

環境 (environment)

関連情報 (Ref)

xuelian311 commented 1 year ago

@chihiro-adachi #3919 で実装を検討するため、本issueはクローズしてもよいでしょうか?