2013-06-23 08:26:22 +08:00
|
|
|
<?php
|
|
|
|
|
2013-12-03 15:06:44 +08:00
|
|
|
Yii::setAlias('tests', realpath(__DIR__ . '/../tests'));
|
|
|
|
|
2013-06-23 08:26:22 +08:00
|
|
|
$config = require(__DIR__ . '/web.php');
|
|
|
|
|
|
|
|
// ... customize $config for the "test" environment here...
|
|
|
|
|
|
|
|
return $config;
|