yii2-netdisk/config/web-test.php

10 lines
184 B
PHP
Raw Normal View History

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