我正试着在Laravel 5中玩一些,然后我得到了一个NotFoundHttpException。
有人能告诉我我做错了什么吗?
vendor/bin/codecept bootstraptests/functional.suite.yml
class_name: FunctionalTester模块:已启用:文件系统、FunctionalHelper、Laravel5vendor/bin/codecept buildtests\functional\RegisterCept.php中创建了一个简单的函数测试
$I =新FunctionalTester($scenario);$i->任意(‘注册一个用户’);$I->amOnPage('/');$i->参见(‘online’);vendor/codeception/codeception/src/Codeception/Lib/Connector/Laravel5.php的终止方法,并进行了错误修复研究
公共函数终止(DomRequest $request,响应$response) { $request =请求::createFromBase($request);$request $this->httpKernel->terminate($request,$response);}在tests\_output\中,我在RouteCollection.php第145行中看到了RegisterCept.fail.html和NotFoundHttpException:
有人知道怎么解决这个问题吗?
发布于 2015-03-16 20:29:00
我还没有尝试过Laravel 5连接器与module软件包本身,但有一个协欺骗模块的Laravel 5在GitHub上。
https://stackoverflow.com/questions/28947685
复制相似问题