web-test.php 184 Bytes
Newer Older
1 2
<?php

Mark committed
3 4
Yii::setAlias('tests', realpath(__DIR__ . '/../tests'));

5 6 7 8 9
$config = require(__DIR__ . '/web.php');

// ... customize $config for the "test" environment here...

return $config;