Class CWebTestCase
CWebTestCase is the base class for Web-based functional test case classes.
It extends PHPUnit_Extensions_SeleniumTestCase and provides the database
fixture management feature like CDbTestCase
.
- PHPUnit_Extensions_SeleniumTestCase
- CWebTestCase
Abstract
Package: system\test
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1
Located at x2engine/framework/test/CWebTestCase.php
Package: system\test
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1
Located at x2engine/framework/test/CWebTestCase.php
public
mixed
|
|
public
mixed
|
|
public
|
|
public
array
|
|
public
|
|
protected
|
protected
array
|
$fixtures | false |
#
a list of fixtures that should be loaded before each test method executes. The array keys are fixture names, and the array values are either AR class names or table names. If table names, they must begin with a colon character (e.g. 'Post' means an AR class, while ':Post' means a table name). Defaults to false, meaning fixtures will not be used at all. |
public
|
$fixtureManager |
#
The database fixture manager. |