function PhpUnitBridgeTest::testErrorOnSiteUnderTest

@expectedDeprecation This is the deprecation message for deprecation_test_function().

File

core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php, line 28

Class

PhpUnitBridgeTest
Tests Drupal's integration with Symfony PHPUnit Bridge.

Namespace

Drupal\FunctionalTests\Core\Test

Code

public function testErrorOnSiteUnderTest() {
  $this->drupalGet(Url::fromRoute('deprecation_test.route'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.