diff --git a/tests/_config.php b/tests/_config.php index 5bd1fd7..cfb99ab 100644 --- a/tests/_config.php +++ b/tests/_config.php @@ -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( @@ -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,