E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
PHPUnit
基于
PHPUnit
编写第一个测试用例
common/config.php 常量模块 <?php //常量定义 define ("SERVER_ADDR","http://127.0.0.1"); define ("REGISTER_ADDR",SERVER_ADDR."/open/register"); define (&
·
2015-10-31 16:01
PHP
Ubuntu上
PHPUnit
安装
什么是
PHPUnit
?
PHPUnit
是一个轻量级的PHP测试框架。
·
2015-10-31 16:00
ubuntu
50个非常有用的PHP工具
Webgrind Xdebug Gubed PHP Debugger DBG PHP_Debug PHP_Dyn MacGDBp 测试和优化工具
PHPUnit
·
2015-10-31 11:09
PHP
Windows下安装PEAR,
PHPUnit
成功
环境要求: Windows + APMServ5.2.6/PHP5以上 安装步骤: 1、Windows的开始 -> 运行 ->cmd 2、安装命令 d: cd D:\APMServ5.2.6\PHP D:\APMServ5.2.6\PHP>go-pear.bat Are you installing a system-wide PEAR or a
·
2015-10-31 11:08
windows
Facebook 的自动化测试
对于PHP的代码,我们写了非常多的基于
PHPUnit
测试框架的测试类,这些测试类覆盖范围比较大,从简
·
2015-10-31 11:14
Facebook
用
phpUnit
入门TDD
用
phpunit
实战TDD系列 从一个银行账户开始 假设你已经 安装了
phpunit
.
·
2015-10-31 10:20
PHP
phpunit
安装出错的原因及解决办法
官方指引 很遗憾,
phpunit
还没有在ArchLinux的仓库里。 所以使用下载安装的方式。
·
2015-10-31 10:20
PHP
在Windows中安装
PhpUnit
步骤: 安装 pear ,参见http://www.cnblogs.com/heiing/archive/2011/12/07/2279405.html 安装
PHPUnit
,参见http:
·
2015-10-27 15:52
windows
PHP Notice: Please no longer include "
PHPUnit
/Framework.php". 解决办法
今天在学习Yii Framework中单元测试时,总是在运行“
phpunit
unit/DBTest.php”命令的时候出现以下错误, PHP Notice: Please no longer include
·
2015-10-27 14:59
framework
[探讨]Facebook是如何做自动化测试的?
对于PHP的代码,我们写了非常多的基于
PHPUnit
测试框架的测试类,这些测试类覆盖范围比较大,从
·
2015-10-23 08:52
Facebook
安装最新版本的
PHPUnit
后,不能使用
本来3.7.8版本的
Phpunit
用的是非常顺畅的,最近重新安装
phpunit
,安装了最小版本,然后在使用的时候就会报很多各种错误。
·
2015-10-21 13:51
PHP
ubuntu 12.04 LTS下安装
phpunit
测试环境
sudo apt-get install
phpunit
//安装
phpunit
phpunit
--version //会出错,表明没有安装完全 sudo pear upgrade pear
·
2015-10-21 11:03
ubuntu 12.04
基于Netbeans 8.0.2的
PHPUnit
单元测试环境搭建
一、配置
PHPUnit
截至2015-10-16,稳定版已更新至5.0.6,要求使用PHPv5.6及以上的环境才能使用。
PHPUnit
的4.8系列要求在PHPv5.3.3以上环境使用。
x3d
·
2015-10-16 10:00
让我们来FirePHP
常规的
PHPUnit
确实能帮助大家进行自动化测试。但我期望更为直观的结果
dong_007_007
·
2015-10-13 14:00
phpUnit
断言
转自http://blog.163.com/qianxue126@126/blog/static/162723138201119113131125/布尔类型assertTrue 断言为真assertFalse 断言为假NULL类型assertNull 断言为NULLassertNotNull 断言非NULL数字类型assertEquals 断言等于assertNotE
木心月
·
2015-10-12 10:00
Using abstractions and interfaces with Unity3D
://gamasutra.com/blogs/VictorBarcelo/20131217/207204/Using_abstractions_and_interfaces_with_Unity3D.
phpUnit
y3Dincludesa
wolf96
·
2015-10-11 20:00
后端测试和自动化
3、MySQL常用命令增删改查修改表结构从数据库把表copy到另一个DB4、bingo框架目的:独立完成使用bingo框架开发的后端项目的测试任务5、使用bingo框架的接口实例介绍6、自动化测试框架
phpunit
fireflyluna
·
2015-09-25 17:34
后端测试(linux)
phpunit
概要
安装PHP与nginx的安装,Ubuntu14.04安装nginx和php的简要步骤如下:$ sudo apt-get update $ sudo apt-get install nginx $ sudo apt-get install php5-fpm php5-mysql 修改/etc/php5/fpm/php.ini,配置cgi.fix_pathinfo=0 $ sudo service p
磁针石
·
2015-09-22 11:00
yaf 添加
phpunit
test
阅读更多首先要讓php在cli下支持yafwamp下打開D:/wamp/bin/php/php5.5.12/php.ini在extension=php_xsl.dll下面輸入extension=php_yaf.dllyaf.environ=dev;yaf.use_namespace=0然後重啟apache。在項目目錄下新建一個test的入口文件,/public/indexTest.phpboots
flex_莫冲
·
2015-08-21 11:00
php
yaf
yaf 添加
phpunit
test
首先要讓php在cli下支持yafwamp下打開D:/wamp/bin/php/php5.5.12/php.ini在extension=php_xsl.dll下面輸入extension=php_yaf.dllyaf.environ=dev;yaf.use_namespace=0然後重啟apache。在項目目錄下新建一個test的入口文件,/public/indexTest.php bootstr
flex_莫冲
·
2015-08-21 11:00
PHP
Yaf
centos ---
phpunit
安装过程
下面用pear来安装
phpunit
pearchannel-discoverpear.
phpunit
.depearchannel-discovercomponents.ez.nopearchannel-discoverpear.symfony-proje
zhongchengbin
·
2015-08-20 14:00
pear中
phpunit
调试的安装
因为本地环境是源码编译安装的,所以我选择用pear安装
PHPUnit
,首先需要先安装pear1wgethttp://pear.php.net/go-pear.phar2sudomvgo-pear.phar
zhongchengbin
·
2015-08-20 14:00
实现dbunit,
phpunit
结合dbunit工作
先要配到数据库参数,在
phpunit
.xml中定义,这个文件在使用
phpunit
时会自动加载
daniel-john
·
2015-07-30 10:00
基于window下的jenkins php集成环境搭建分享
shareid=667059160&uk=3928426386其中包括:
phpunit
phpmdphplocphpdoxphpcpdp
Cbping
·
2015-07-24 11:00
在Windows中安装
PhpUnit
步骤:安装pear,参见http://www.cnblogs.com/heiing/archive/2011/12/07/2279405.html安装
PHPUnit
,参见http://www.
phpunit
.de
杨太化
·
2015-07-18 13:00
Centos6.6安装phpcpd
安装步骤:[root@vb002opt]#wgethttps://phar.
phpunit
.de/phpcpd.phar [root@vb002opt]#chmod+xphpcpd.phar [root
江边望海
·
2015-07-06 08:00
PHP
phpcpd
Centos6.6安装phpdcd
安装[root@vb002opt]#wgethttps://phar.
phpunit
.de/phpdcd.phar [root@vb002opt]#chmod+xphpdcd.phar [root@vb002opt
江边望海
·
2015-07-06 08:00
PHP
phpdcd
ubuntu 安装
PHPUnit
sudo apt-get remove
phpunit
apt-get autoremove apt-get autocleanroot@ubuntu:~#pearchannel-discoverpear.
phpunit
.deroot
bennyinfo
·
2015-07-03 17:00
php持续集成——在Centos+Jenkins+Ant+
PHPUnit
跑通了单元测试
系统环境虚拟机:VirtualBox操作用户:root系统环境:centos6.6x64测试前提步骤创建工程:参考文献:http://www.it165.net/pro/html/201312/8976.html
江边望海
·
2015-07-03 15:00
PHP
ant
单元测试
Jenkins
基于PHPUint编写人生第一个测试用例
参考文献:http://bayescafe.com/php/getting-started-with-
phpunit
.htmlhttp://www.cnblogs.com/kill-signal/archive
江边望海
·
2015-07-02 14:00
PHP
单元测试
phpunit
Centos6.6安装
phpunit
安装说明虚拟机:VirtualBox操作用户:root系统环境:centos6.6x64安装方式:扩展安装软件:
phpunit
.phar软件下载目录:/root/opt下载地址:https://phar.
phpunit
.de
江边望海
·
2015-07-02 10:00
单元测试
phpunit
phpunit
安装参考
我主要参考看
PHPunit
参考手册https://
phpunit
.de/manual/current/zh_cn/installation.html然后按照测试成功否检验,参考了http://blog.sina.com.cn
·
2015-06-30 15:00
PHP
使用
phpunit
中,session问题
使用
phpunit
中,session问题,session_start():Cannotsendsessioncookie-headersalreadysentby。。
卖萌的程序猿
·
2015-06-10 09:00
phpunit
-selenium自动化测试开源中国帐号登录和发博文
PHPUnit
的PHAR包中已经包含了
PHPUnit
_Selenium组件包
phpunit
官网:https://
phpunit
.de/,下载地址:https://phar.
phpunit
.de/
phpunit
.pharWindows
penngo
·
2015-05-28 23:00
在Netbeans8.0.2上使用
phpunit
做自动化测试
安装Netbeans8.0.2forphp
phpunit
phpunit
-skelgen在Netbeans里面,工具->选项->框架->配置好
phpunit
信息使用打开要测试的php类文件
丑矬穷
·
2015-05-21 09:00
系统中有两个version的PHP存在,导致
phpunit
测试出现问题的解决方法
正常开发是没有问题的,但如果使用了
phpunit
,
phpunit
会调用系统自带的php5.5.14来执行。
fdipzone
·
2015-04-26 11:00
PHP
单元测试
version
扩展
phpunit
PHPunit
PHPunit
https://
phpunit
.de/index.html目标简单!高效敏捷代码易写,逻辑简单稳定!持续集成提交代码自动生成测试报告清晰!
ssdfsfdf
·
2015-04-02 14:00
phpunit
WAMP下安装PEAR和
PHPUnit
命令:composerglobalrequire"
phpunit
/
phpunit
=*"转载:http://latrell.me/post-184.html
small_rice_
·
2015-04-01 14:00
composer安装
phpunit
并使用
1.安装
phpunit
项目根目录创建composer.json,编辑如下:{"require-dev":{"
phpunit
/
phpunit
":"4.5.*"}}命令行执行composerinstall2
fffy2366
·
2015-03-08 20:31
PHP
Yii2 Day 7: 使用codeception测试框架
在Yii1的时候,一般推荐使用
PHPUnit
进行单元测试,用selenium进行功能和集成测试。这两个玩意虽然很强大,但是安装配置过程真是让人郁闷,Windows环境下的PEAR安装更让人吐血。
_Elvis
·
2015-03-01 10:00
yii2
测试
单元测试
codeception
PHP持续集成实践
在开发阶段,对项目进行持续性自动化编译、测试 单元测试(UnitTest)决定了持续集成的效果
PHPUnit
Framework 反映项目健康状况,利于发现问题和改进尽快的发现错误,减少重复工作,
wang_quan_li
·
2015-02-06 17:00
持续集成
PhpUnit
Netbeans 极简配置
0x01.下载两个Phar包:wgethttps://phar.
phpunit
.de/
phpunit
.phar wgethttps://phar.
phpunit
.de/
phpunit
-skelgen.phar0x02
heiing
·
2015-02-03 15:00
PHP单元测试利器:
PHPUNIT
初探
你是否在程序开发的过程中遇到以下的情况:当你花了很长的时间开发一个应用后,你认为应该是大功告成了,可惜在调试的时候,老是不断的发现bug,而且最可怕的是,这些bug是重复出现的,你可能发现这些bug之间会有关联,但却老是找不到问题的所在。当你遇到以上这些令你沮丧的情况时,你一定会想能有什么更好的办法去解决呢?办法当然是有的!这就是使用单元测试。单元测试不但可以在一定程度上解决上述头疼的问题,而且能
nuli888
·
2015-01-24 14:00
phpunit
使用說明
1 使用autoload.php默認加載src
phpunit
--bootstrap src/autoload.php tests 會將tests目錄下所有xxxTest.php的測試代碼都遍歷執行
flex_莫冲
·
2015-01-21 18:00
PHP
phpunit
使用說明
阅读更多1使用autoload.php默認加載src
phpunit
--bootstrapsrc/autoload.phptests會將tests目錄下所有xxxTest.php的測試代碼都遍歷執行。
flex_莫冲
·
2015-01-21 18:00
php
unittest
phpunit
phpunit
使用說明
阅读更多1使用autoload.php默認加載src
phpunit
--bootstrapsrc/autoload.phptests會將tests目錄下所有xxxTest.php的測試代碼都遍歷執行。
flex_莫冲
·
2015-01-21 18:00
php
unittest
phpunit
PHP zendframework
phpunit
深入
安装包管理 curl -sS https://getcomposer.org/installer | /usr/local/php/bin/php 将证书安装到 ~$ mkdir ~/tools/https-ca ~$ cd ~/tools/https-ca ~$ curl http://curl.haxx.se/ca/cacert.pem -o cacert.pem 地址
·
2014-12-30 14:00
framework
PHP使用Selenium
通过composer安装
phpunit
和Selenium,先安装composer:1curl-sShttps://getcomposer.org/installer|php--install-dir=/
打杂人
·
2014-12-25 14:31
PHP使用Selenium
通过composer安装
phpunit
和Selenium,先安装composer:1curl-sShttps://getcomposer.org/installer|php--install-dir=/
aerchi
·
2014-12-25 14:00
PHPUnit
单元测试 - 我看过的PHP开源框架
PHPUnit
作为XUnit系列,大家应该对单元测试体系都比较了解,这里不再详细说明,感兴趣的同学可以参考
PHPUnit
官方文档:https://
phpunit
.de/manual/3.7/zh_cn/
暗夜在火星
·
2014-12-25 10:00
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他