Skip to content

Commit 7d02759

Browse files
Matviysamdark
authored andcommitted
Added 'aliases' section to test config file fix yiisoft#130 (yiisoft#131)
1 parent 90b51ff commit 7d02759

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/test.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
*/
88
return [
99
'id' => 'basic-tests',
10-
'basePath' => dirname(__DIR__),
10+
'basePath' => dirname(__DIR__),
11+
'aliases' => [
12+
'@bower' => '@vendor/bower-asset',
13+
'@npm' => '@vendor/npm-asset',
14+
],
1115
'language' => 'en-US',
1216
'components' => [
1317
'db' => $db,

0 commit comments

Comments
 (0)