TestCase.php 194 Bytes
Newer Older
Mark committed
1 2
<?php

3
namespace tests\codeception\common\unit;
Mark committed
4

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