6 lines
131 B
PHP
6 lines
131 B
PHP
<?php
|
|
|
|
// add unit testing specific bootstrap code here
|
|
|
|
yii\codeception\TestCase::$appConfig = require(__DIR__ . '/_config.php');
|