protected function DeprecationAnalyser::populateAutoLoader in Upgrade Status 8
Populate the class loader for PHPStan.
1 call to DeprecationAnalyser::populateAutoLoader()
File
- src/
DeprecationAnalyser.php, line 148
Class
Namespace
Drupal\upgrade_statusCode
protected function populateAutoLoader() {
require_once DRUPAL_ROOT . '/core/tests/bootstrap.php';
drupal_phpunit_populate_class_loader();
}