diff --git a/core/modules/system/tests/modules/theme_test/lib/Drupal/theme_test/EventSubscriber/ThemeTestSubscriber.php b/core/modules/system/tests/modules/theme_test/lib/Drupal/theme_test/EventSubscriber/ThemeTestSubscriber.php index b2efa89..0cdf668 100644 --- a/core/modules/system/tests/modules/theme_test/lib/Drupal/theme_test/EventSubscriber/ThemeTestSubscriber.php +++ b/core/modules/system/tests/modules/theme_test/lib/Drupal/theme_test/EventSubscriber/ThemeTestSubscriber.php @@ -23,10 +23,6 @@ class ThemeTestSubscriber implements EventSubscriberInterface { */ protected $container; - public function __construct() { - // @todo - Must initialize $container. - // see onView() - } /** * Generates themed output early in a page request.