mirror of
https://github.com/elyby/accounts.git
synced 2024-12-15 18:09:01 +05:30
12 lines
202 B
PHP
12 lines
202 B
PHP
<?php
|
|
|
|
namespace tests\codeception\console\unit;
|
|
|
|
/**
|
|
* @inheritdoc
|
|
*/
|
|
class DbTestCase extends \yii\codeception\DbTestCase
|
|
{
|
|
public $appConfig = '@tests/codeception/config/console/config.php';
|
|
}
|