Fatal error: Class 'Tests\TestCase' not found in /usr/share/nginx/html/NN19030510/tests/Feature/User
1、composer.json 添加 tests/TestCase.php
"autoload": {
"classmap": [
"database/seeds",
"database/factories",
"app/Handle",
"tests/TestCase.php" // 添加
],
}
2、新建tests/Tes...
原创
2019-04-18 10:55:43 ·
1833 阅读 ·
0 评论