yii2-netdisk/tests/unit/_bootstrap.php

9 lines
233 B
PHP
Raw Normal View History

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