configs fixed and improved
This commit is contained in:
parent
d2214e4f0a
commit
805033eb4b
@ -1,3 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [];
|
||||
return [
|
||||
'components' => [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2basic_acceptance',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
@ -1,3 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [];
|
||||
return [
|
||||
'components' => [
|
||||
'db' => [
|
||||
'dsn' => 'mysql:host=localhost;dbname=yii2basic_functional',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
Yii::setAlias('tests', realpath(__DIR__ . '/../tests'));
|
||||
|
||||
$config = require(__DIR__ . '/web.php');
|
||||
|
||||
// ... customize $config for the "test" environment here...
|
||||
|
Loading…
Reference in New Issue
Block a user