2013-06-22 20:26:22 -04:00
|
|
|
<?php
|
2013-12-02 15:25:21 +04:00
|
|
|
|
2013-12-17 01:00:13 +01:00
|
|
|
// add unit testing specific bootstrap code here
|
|
|
|
|
|
|
|
yii\codeception\TestCase::$applicationConfig = yii\helpers\ArrayHelper::merge(
|
|
|
|
require(__DIR__ . '/../../config/web.php'),
|
|
|
|
require(__DIR__ . '/../../config/codeception/unit.php')
|
|
|
|
);
|