Files
2014-08-16 18:15:41 +04:00

12 lines
187 B
PHP

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