Skip to content

Commit

Permalink
Dev: Fix to Psalm bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 16, 2018
1 parent 7f48713 commit c5203b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/phpstan/phpstan_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@

Yii::app()->loadHelper('common');
Yii::import('application.helpers.common_helper', true);
Yii::import('application.libraries.PluginManager.*', true);
Yii::import('application.libraries.PluginManager.PluginManager', true);

error_reporting(E_ALL);

0 comments on commit c5203b5

Please sign in to comment.