initial commit
This commit is contained in:
8
tests/codeception/backend/unit/DbTestCase.php
Normal file
8
tests/codeception/backend/unit/DbTestCase.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace tests\codeception\backend\unit;
|
||||
|
||||
class DbTestCase extends \yii\codeception\DbTestCase
|
||||
{
|
||||
public $appConfig = '@tests/codeception/config/backend/unit.php';
|
||||
}
|
||||
Reference in New Issue
Block a user