Php TeamCity测试选项卡没有';t出现在TeamCity 8.0中

Php TeamCity测试选项卡没有';t出现在TeamCity 8.0中,php,unit-testing,continuous-integration,phpunit,teamcity,Php,Unit Testing,Continuous Integration,Phpunit,Teamcity,我有TeamCity Professional 8.0.2。我成功地设置了PHPUnit并构建了run。我的问题是没有显示“测试”选项卡,因此我无法查看测试结果。我按照以下说明操作: 这是构建日志。如果有助于解决问题: [09:32:46]Checking for changes [09:32:54]Publishing internal artifacts [09:32:54][Publishing internal artifacts] Sending build.start.p

我有TeamCity Professional 8.0.2。我成功地设置了PHPUnit并构建了run。我的问题是没有显示“测试”选项卡,因此我无法查看测试结果。我按照以下说明操作:

这是构建日志。如果有助于解决问题:

[09:32:46]Checking for changes
[09:32:54]Publishing internal    artifacts [09:32:54][Publishing internal artifacts] Sending    build.start.properties.gz file
[09:32:54]Clearing temporary directory: C:\BuildAgent\temp\buildTmp
[09:32:54]Checkout directory: C:\BuildAgent\work\da454545e33b4979
[09:32:54]Updating sources: server side checkout (11s)
[09:32:54][Updating sources] Building incremental patch for VCS root: svn: https://riouxsvn.com/svn/teamcityphp
[09:33:05][Updating sources] Repository sources transferred
[09:33:05][Updating sources] Updating C:\BuildAgent\work\da454545e33b4979
[09:33:05]Step 1/1: Run tests with coverage (Command Line)
[09:33:05][Step 1/1] Starting: C:\BuildAgent\temp\agentTmp\custom_script6386721482072578369.cmd
[09:33:05][Step 1/1] in directory: C:\BuildAgent\work\da454545e33b4979
[09:33:06][Step 1/1] Process exited with code 0
[09:33:06]Publishing internal artifacts
[09:33:06][Publishing internal artifacts] Sending build.finish.properties.gz file
[09:33:06]Publishing artifacts
[09:33:06][Publishing artifacts] Collecting files to publish: [build/release/*7*, unitTests/codeCoverage => coverage.zip]
[09:33:06][Publishing artifacts] Artifacts path 'build/release/*7*' not found
[09:33:06][Publishing artifacts] Artifacts path 'unitTests/codeCoverage' not found
[09:33:06]Build finished

TeamCity命令行运行程序是运行任意命令的工具,因此它不会跟踪测试执行


若要收集测试结果,应添加生成功能:。只需告诉它您有Ant JUnit报告,并将其指向适当的目录(PHPUnit存储结果的地方)