unit.php 228 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php return [ 'components' => [ 'fixture' => [ 'class' => 'yii\test\DbFixtureManager', 'basePath' => '@app/tests/unit/fixtures', ], 'db' => [ 'dsn' => 'mysql:host=localhost;dbname=yii2basic_unit', ], ], ];