public function ResponsiveMenuTest::testExistenceOfTestContent in Responsive and off-canvas menu 4.4.x
Same name and namespace in other branches
- 4.1.x tests/src/Functional/ResponsiveMenuTest.php \Drupal\Tests\responsive_menu\Functional\ResponsiveMenuTest::testExistenceOfTestContent()
- 4.3.x tests/src/Functional/ResponsiveMenuTest.php \Drupal\Tests\responsive_menu\Functional\ResponsiveMenuTest::testExistenceOfTestContent()
Tests that the test content has been created.
File
- tests/
src/ Functional/ ResponsiveMenuTest.php, line 56
Class
- ResponsiveMenuTest
- Class SettingsPageTest.
Namespace
Drupal\Tests\responsive_menu\FunctionalCode
public function testExistenceOfTestContent() {
$this
->drupalGet('/node/3');
$this
->assertSession()
->statusCodeEquals(200);
}