init
This commit is contained in:
1
vendor/rmrevin/yii2-fontawesome/tests/unit/config/.gitignore
vendored
Normal file
1
vendor/rmrevin/yii2-fontawesome/tests/unit/config/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
main-local.php
|
||||
18
vendor/rmrevin/yii2-fontawesome/tests/unit/config/main.php
vendored
Normal file
18
vendor/rmrevin/yii2-fontawesome/tests/unit/config/main.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* main.php
|
||||
* @author Roman Revin http://phptime.ru
|
||||
*/
|
||||
|
||||
$baseDir = realpath(__DIR__ . '/..');
|
||||
|
||||
return [
|
||||
'id' => 'testapp',
|
||||
'basePath' => $baseDir,
|
||||
'aliases' => [
|
||||
'@web' => '/',
|
||||
'@webroot' => $baseDir . '/runtime',
|
||||
'@vendor' => realpath($baseDir . '/../../vendor'),
|
||||
'@bower' => realpath($baseDir . '/../../vendor/bower'),
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user