博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
FOSCommentBundle功能包:运行测试
阅读量:6478 次
发布时间:2019-06-23

本文共 1425 字,大约阅读时间需要 4 分钟。

Step 11: Running the test suite

FOSCommentBundle comes with both unit and functional tests written using PHPUnit.

FOSCommentBundle功能包使用PHPUnit来进行单元测试和功能测试。

When contributing to FOSCommentBundle, please provide test coverage for your change and make sure the existing test suite passes before submitting a pull request.

当为FOSCommentBundle功能包贡献时,请为您的改变提供测试覆盖,并确保在提交pull请求之前现有测试套件通过。

Unit and Functional Tests(单元测试和功能测试)

Unit and functional tests both use PHPUnit which has a few requirements to run:

单元测试和功能测试都使用PHPUnit,在运行之前需要:

  • vendors set up by 

  • 通过安装Vendors

    • php composer.phar install --dev

  • A  installation

  • 安装

Once these dependencies are installed, run the unit test suite by running phpunit in the root bundle directory.

一旦这些依赖被安装,就可以在功能包的根目录中运行phpunit来运行单元测试套件。

PHPUnit will use phpunit.xml.dist provided by FOSCommentBundle. You can customise the test run by copying phpunit.xml.dist to phpunit.xml and making your modifications.

PHPUnit将使用FOSCommentBundle功能包提供的phpunit.xml.dist。您可以将 phpunit.xml.dist 拷贝到  phpunit.xml 中进行修改以实现自定义测试运行。

Travis CI

FOSCommentBundle uses Travis-CI and provides set up in the .travis.yml file. You can enable Travis CI on your fork to get build notifications on any branch you create for a pull request.

FOSCommentBundle功能包使用 Travis-CI 并提供.travis.yml文件进行设置。您可以在您Fork上启用Travis CI,以便在您创建的任何分支中为pull请求得到构建通知。

That is it!

本文转自 firehare 51CTO博客,原文链接:http://blog.51cto.com/firehare/1259404,如需转载请自行联系原作者
你可能感兴趣的文章
Eclipse C + GTK2.0环境构筑
查看>>
caffe solver
查看>>
Rhel6-heartbeat+lvs配置文档
查看>>
ORACLE分科目统计每科前三名的学生的语句
查看>>
0317复利计算的回顾与总结
查看>>
函数对象
查看>>
最全最新个税计算公式---今天你税了吗?
查看>>
linux shell 正则表达式(BREs,EREs,PREs)差异比较(转,当作资料查)
查看>>
MongoDB--CSharp Driver Quickstart .
查看>>
二分法求平方根(Python实现)
查看>>
使用startActivityForResult方法(转)
查看>>
so在genymotation中错误问题
查看>>
Visual Studio 原生开发的10个调试技巧(二)
查看>>
Windows内核再次出现0Day漏洞 影响win2000到win10所有版本 反病毒软件恐成瞎子
查看>>
H3C品牌刀片系统强势首发
查看>>
【CSS系列】图像映射
查看>>
First blood
查看>>
java 冒泡排序和快速排序 实现
查看>>
SQL存储过程中的几个常见设定SET QUOTED_IDENTIFIER/NOCOUNT/XACT_ABORT ON/OFF
查看>>
Silverlight与Flash区别之一
查看>>