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