Set @tests alias by default (#169)

This commit is contained in:
Ricardo Pérez 2018-02-23 18:57:48 +01:00 committed by Alexander Makarov
parent 9245d033e4
commit dafe5f6aff

View File

@ -11,6 +11,7 @@ $config = [
'aliases' => [
'@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset',
'@tests' => '@app/tests',
],
'components' => [
'cache' => [