2012-01-26 11:01:38 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
// change the following paths if necessary
|
2012-01-26 11:13:10 +00:00
|
|
|
$yiit=dirname(__FILE__).'/../../../yii/framework/yiit.php';
|
2012-01-26 11:01:38 +00:00
|
|
|
$config=dirname(__FILE__).'/../config/test.php';
|
|
|
|
|
|
|
|
|
|
require_once($yiit);
|
|
|
|
|
require_once(dirname(__FILE__).'/WebTestCase.php');
|
|
|
|
|
|
|
|
|
|
Yii::createWebApplication($config);
|