Files
2014-08-17 18:45:58 +04:00

12 lines
186 B
PHP

<?php
namespace codeception\frontend\unit;
/**
* @inheritdoc
*/
class TestCase extends \yii\codeception\TestCase
{
public $appConfig = '@codeception/config/frontend/unit.php';
}