upgrade_status-8.x-2.11/tests/modules/upgrade_status_test_error/src/Controller/UpgradeStatusTestErrorController.php
tests/modules/upgrade_status_test_error/src/Controller/UpgradeStatusTestErrorController.php
<?php
namespace Drupal\upgrade_status_test_error\Controller;
use Drupal\Core\Controller\ControllerBase;
/**
* Test class which contains deprecation error.
*/
class UpgradeStatusTestErrorController extends ControllerBase {
public function content() {
upgrade_status_test_contrib_error_function_9_to_10();
}
}
