function RouterTest::testRouterResponsePsr7
Same name in other branches
- 9 core/modules/system/tests/src/Functional/Routing/RouterTest.php \Drupal\Tests\system\Functional\Routing\RouterTest::testRouterResponsePsr7()
- 8.9.x core/modules/system/tests/src/Functional/Routing/RouterTest.php \Drupal\Tests\system\Functional\Routing\RouterTest::testRouterResponsePsr7()
- 11.x core/modules/system/tests/src/Functional/Routing/RouterTest.php \Drupal\Tests\system\Functional\Routing\RouterTest::testRouterResponsePsr7()
Tests that a PSR-7 response works.
File
-
core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php, line 268
Class
- RouterTest
- Functional class for the full integrated routing system.
Namespace
Drupal\Tests\system\Functional\RoutingCode
public function testRouterResponsePsr7() : void {
$this->drupalGet('/router_test/test23');
$this->assertSession()
->statusCodeEquals(200);
$this->assertSession()
->pageTextContains('test23');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.