drupalGet('theme-test/request-listener'); // Verify that themed output generated in the request listener appears. $this->assertRaw('Themed output generated in a KernelEvents::REQUEST listener'); // Verify that the default theme's CSS still appears even though the theme // system was initialized early. $this->assertRaw('classy/css/components/action-links.css'); } }