我有功能测试的Symfony 2.7应用程序。在本地环境中,因为我可以看到log on app/logs
目录,所以很容易跟踪错误。但在特拉维斯CI中,我不知道该做什么,而我的功能测试只是显示了这些界限:
1) MyApp\Bundle\SomeBundle\Tests\Controller\SomeControllerTest::testIndexAction
Failed asserting that 500 matches expected 200.
那么,如何找出Travis CI中错误的原因?