TestCase.php 198 Bytes
Newer Older
1 2
<?php

3
namespace tests\codeception\console\unit;
4

5 6 7
/**
 * @inheritdoc
 */
8 9
class TestCase extends \yii\codeception\TestCase
{
10
    public $appConfig = '@tests/codeception/config/console/config.php';
11
}