环境:PHP 7.0 macOS Apache
代码是:
public function testBasicExample()
{
$this->visit('/');
}
运行phpunit。
结果是:
1) ExampleTest::testBasicExample
A request to [http://localhost] failed. Received status code [404].
在Chrome中,这通常是正常的。
最佳答案
我找到了解决此问题的方法,方法是使用
php artisan serve
请访问此thread以获取更多信息