大概是修改 phpunit.xml 的 bootstrap 配置就可以了:
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
参照 laravel 自带的 bootstrap 的配置,目录相对应改一下就可以