Home  >  Article  >  php教程  >  PHP持续集成实践

PHP持续集成实践

WBOY
WBOYOriginal
2016-06-06 19:46:161229browse

一、什么是php持续集成 持续集成是极限编程中提出的一项建议实践。 在开发阶段,对项目进行持续性自动化编译、测试 单元测试(Unit Test) 决定了持续集成的效果 PHPUnit Framework 反映项目健康状况,利于发现问题和改进 尽快的发现错误,减少重复工作,降低

一、什么是php持续集成 

持续集成是极限编程中提出的一项建议实践。 

 在开发阶段,对项目进行持续性自动化编译、测试 
 单元测试(Unit Test) 决定了持续集成的效果 PHPUnit Framework 
 反映项目健康状况,利于发现问题和改进
 尽快的发现错误,减少重复工作,降低风险 
 自动化部署,有效提高工作效率


最近一直在寻找一个支持php持续集成的解决方案,经过近1个月的研究,经过反复试验,最后确定用:jenkins+sonar插件+php工具+sonar的组合,实践php持续集成。

不在这里写了,上传到百度文库了。

请戳:http://wenku.baidu.com/view/a5c2a3357375a417876f8f09.html

有兴趣的也可以访问我们的博客:http://hcsns.sinaapp.com/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn