Home > Backend Development > PHP Tutorial > 单元测试 PHP

单元测试 PHP

WBOY
Release: 2016-06-23 13:37:06
Original
882 people have browsed it

PHP 的测试
PHPUNIT 安装上。


引入基本的前置环境及条件。


写主要的边界条件。
考虑解耦。


细点的说,就是把代码写成类,方法的样子。
不要是面向过程的。一行接一行的。这样子的话,不加入断点就没法测试了。
但是加入断点就不是我们追求的了。不干扰工作代码的单元测试。


关于解耦:还有一点就是方便比较小的单元来测试
这样方便判断测试结果。
但是又不能过小,过小测试的意义不大了。


单元测试还必须在开发过程中写。






关于测试的文章,主要是单元测试:
http://segmentfault.com/q/1010000000692485

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template