simple-yewu/tests/codeception/console/unit/TestCase.php

12 lines
196 B

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