finished codeception extension

This commit is contained in:
Carsten Brandt 2013-12-17 01:00:13 +01:00
parent 8eb088355b
commit 39d5bd044e

View File

@ -1,3 +1,8 @@
<?php
// add unit testing specific bootstrap code here
// add unit testing specific bootstrap code here
yii\codeception\TestCase::$applicationConfig = yii\helpers\ArrayHelper::merge(
require(__DIR__ . '/../../config/web.php'),
require(__DIR__ . '/../../config/codeception/unit.php')
);