2016-01-02 19:13:18 +05:30
|
|
|
<?php
|
|
|
|
namespace tests\codeception\console\unit;
|
|
|
|
|
2016-04-24 00:14:10 +05:30
|
|
|
class DbTestCase extends \yii\codeception\DbTestCase {
|
|
|
|
|
|
|
|
public $appConfig = '@tests/codeception/config/console/unit.php';
|
|
|
|
|
2016-01-02 19:13:18 +05:30
|
|
|
}
|