Magento2 - 安装程序编译错误 - Class Not_Existing_Class 不存在

Magento2 - Setup Compile Error - Class Not_Existing_Class does not exist

我成功安装了magento 2社区版。现在,当我尝试升级设置时,出现错误 Please re-运行 Magento compile command

所以我运行编译命令

magento setup:di:compile

但是我收到了这个错误

Area configuration aggregation... 5/7 [====================>-------]  71% 35 min
s 736.2 MiB

  [ReflectionException]
  Class Not_Existing_Class does not exist


  [ReflectionException]
  Class Not_Existing_Class does not exist

关于如何解决这个问题有什么想法吗?!

提前致谢。

作为临时修复,我能够通过评论以下行来解决此问题:

 \Not_Existing_Class $notExistingClass

<< Magento2 根文件夹 >>\vendor\magento\framework\Code\Test\Unit\Generator\TestAsset\TestGenerationClass.php

我也在 GitHub 上报告了这个问题,等待社区的回应:https://github.com/magento/magento2/issues/2404