Skip to content

Commit

Permalink
Dev: Add missing bootstrap helper
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 23, 2021
1 parent dccc3a5 commit 9679c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpstan/phpstan_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
Yii::import('application.libraries.MenuObjects.*', true);
Yii::import('application.third_party.Twig.TemplateInterface', true);
Yii::import('application.third_party.Twig.*', true);
Yii::import("application.libraries.admin.pclzip.pclzip", true);

/** @var PluginManager */
$pluginManager = Yii::app()->getComponent('pluginManager');
Expand Down

0 comments on commit 9679c7f

Please sign in to comment.