init
This commit is contained in:
21
vendor/dmstr/yii2-adminlte-asset/tests/_app/config/local.php
vendored
Normal file
21
vendor/dmstr/yii2-adminlte-asset/tests/_app/config/local.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'defaultRoute' => 'test',
|
||||
'aliases' => [
|
||||
'repo' => '/repo',
|
||||
'tests/app' => '@repo/tests/_app',
|
||||
'dmstr' => '/repo',
|
||||
'@dmstr/web' => '/repo/web',
|
||||
'@dmstr/widgets' => '/repo/widgets',
|
||||
'@dmstr/helpers' => '/repo/helpers',
|
||||
],
|
||||
'controllerNamespace' => 'tests\app\controllers',
|
||||
'components' => [
|
||||
'urlManager' => [
|
||||
'rules' => [
|
||||
'param/<id>' => 'sub/action/param'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user