bootstrap.php 263 B

12345678910
  1. <?php
  2. // change the following paths if necessary
  3. $yiit=dirname(__FILE__).'/../../framework/yiit.php';
  4. $config=dirname(__FILE__).'/../config/test.php';
  5. require_once($yiit);
  6. require_once(dirname(__FILE__).'/WebTestCase.php');
  7. Yii::createWebApplication($config);