You are here

public function ResponsiveMenuTest::testExistenceOfTestContent in Responsive and off-canvas menu 4.4.x

Same name and namespace in other branches
  1. 4.1.x tests/src/Functional/ResponsiveMenuTest.php \Drupal\Tests\responsive_menu\Functional\ResponsiveMenuTest::testExistenceOfTestContent()
  2. 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\Functional

Code

public function testExistenceOfTestContent() {
  $this
    ->drupalGet('/node/3');
  $this
    ->assertSession()
    ->statusCodeEquals(200);
}