laravel\framework\src\Illuminate\Container\Container.php 公共函数 getAlias($abstract) 抛出 ErrorException: 当 $abstract 中没有 $this->aliases[] 时, isset 中的非法偏移类型或为空
$this->aliases[$abstract] 为 null 并且 !isset($this->aliases[$abstract]) 抛出 ErrorException: Illegal offset type inisset or empty
$abstract 值是 Modules\Administration\Tests\Commands\StubJsonCommandHandler
运行 AdministrationControllerTest ( https://github.com/proyectotau/TAU/克隆 laraveldusk 分支 [4ef9b0e124657abed7afde0969f332bf7be95a8b])
这是一个错误还是我有任何错误?提前致谢!