summaryrefslogtreecommitdiff
path: root/framework/cli/views/webapp/protected/tests/bootstrap.php
blob: 4404cac9652366361d530bd36bb40301ea8b3ace (plain)
1
2
3
4
5
6
7
8
9
10
<?php

// change the following paths if necessary
$yiit=dirname(__FILE__).'/../../../framework/yiit.php';
$config=dirname(__FILE__).'/../config/test.php';

require_once($yiit);
require_once(dirname(__FILE__).'/WebTestCase.php');

Yii::createWebApplication($config);