web-test.php 184 B

123456789
  1. <?php
  2. Yii::setAlias('tests', realpath(__DIR__ . '/../tests'));
  3. $config = require(__DIR__ . '/web.php');
  4. // ... customize $config for the "test" environment here...
  5. return $config;