Skip to content

Commit

Permalink
add vendor alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cornernote committed May 8, 2015
1 parent 402f594 commit 35064b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'preload' => array('log', 'errorHandler'),
'aliases' => array(
'audit' => realpath(BASE_PATH . '/../audit'),
'vendor' => realpath(BASE_PATH . '/../vendor'),
'bootstrap' => realpath(BASE_PATH . '/../vendor/crisu83/yiistrap'),
),
'controllerMap' => array(
Expand Down Expand Up @@ -65,7 +66,6 @@
'class' => 'system.gii.GiiModule',
'generatorPaths' => array(
'vendor.cornernote.gii-modeldoc-generator',
'bootstrap.gii',
),
'ipFilters' => array('127.0.0.1'),
'password' => false,
Expand Down

0 comments on commit 35064b1

Please sign in to comment.