EliteConf
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
test
protected
tests
WebTestCase.php
Go to the documentation of this file.
1
<?php
2
7
define(
'TEST_BASE_URL'
,
'http://localhost/testdrive/index-test.php/'
);
8
14
class
WebTestCase
extends
CWebTestCase
15
{
20
protected
function
setUp
()
21
{
22
parent::setUp();
23
$this->setBrowserUrl(
TEST_BASE_URL
);
24
}
25
}
Generated on Sun Jun 2 2013 05:35:38 for EliteConf by
1.8.4