Added 'aliases' section to test config file fix #130 (#131)

This commit is contained in:
Matviy 2017-07-19 14:56:26 +03:00 committed by Alexander Makarov
parent 90b51ff06a
commit 7d02759734

View File

@ -7,7 +7,11 @@ $db = require(__DIR__ . '/test_db.php');
*/
return [
'id' => 'basic-tests',
'basePath' => dirname(__DIR__),
'basePath' => dirname(__DIR__),
'aliases' => [
'@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset',
],
'language' => 'en-US',
'components' => [
'db' => $db,