2016-01-02 16:43:18 +03:00
|
|
|
<?php
|
|
|
|
namespace tests\codeception\console\unit;
|
|
|
|
|
2016-04-23 21:44:10 +03:00
|
|
|
class DbTestCase extends \yii\codeception\DbTestCase {
|
|
|
|
|
|
|
|
public $appConfig = '@tests/codeception/config/console/unit.php';
|
|
|
|
|
2016-01-02 16:43:18 +03:00
|
|
|
}
|