public function DefaultFormatTest::testMultipleRoutesWithSameSingleFormat in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php \Drupal\FunctionalTests\Routing\DefaultFormatTest::testMultipleRoutesWithSameSingleFormat()
File
- core/
tests/ Drupal/ FunctionalTests/ Routing/ DefaultFormatTest.php, line 38
Class
- DefaultFormatTest
- @group routing
Namespace
Drupal\FunctionalTests\RoutingCode
public function testMultipleRoutesWithSameSingleFormat() {
$this
->drupalGet('/default_format_test/machine');
$this
->assertSame('format:json', $this
->getSession()
->getPage()
->getContent());
}