yii2-netdisk/tests/unit/_bootstrap.php

6 lines
131 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-29 16:25:22 -05:00
yii\codeception\TestCase::$appConfig = require(__DIR__ . '/_config.php');