yii2-netdisk/tests/unit/_bootstrap.php

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