yii2-netdisk/tests/unit/_bootstrap.php

9 lines
233 B
PHP
Raw Normal View History

<?php
2013-12-02 19:25:21 +08:00
2013-12-17 08:00:13 +08:00
// add unit testing specific bootstrap code here
2013-12-18 13:40:52 +08:00
yii\codeception\TestCase::$appConfig = yii\helpers\ArrayHelper::merge(
2013-12-17 08:00:13 +08:00
require(__DIR__ . '/../../config/web.php'),
require(__DIR__ . '/../../config/codeception/unit.php')
2013-12-18 13:40:52 +08:00
);