HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
bootstrap.php
Go to the documentation of this file.
1 <?php
2 
3 // change the following paths if necessary
4 $yiit=dirname(__FILE__).'/../../../framework/yiit.php';
5 $config=dirname(__FILE__).'/../config/test.php';
6 
7 require_once($yiit);
8 require_once(dirname(__FILE__).'/WebTestCase.php');
9 
10 Yii::createWebApplication($config);