assertEquals('known_return_value', deprecation_test_function()); } /** * @expectedDeprecation This is the deprecation message for deprecation_test_function(). */ public function testErrorOnSiteUnderTest() { $this->drupalGet(Url::fromRoute('deprecation_test.route')); } }