function FieldUIIndentationTest::testIndentation

Same name and namespace in other branches
  1. 8.9.x core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::testIndentation()
  2. 10 core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::testIndentation()
  3. 11.x core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::testIndentation()

File

core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php, line 45

Class

FieldUIIndentationTest
Tests indentation on Field UI.

Namespace

Drupal\Tests\field_ui\Functional

Code

public function testIndentation() {
    $this->drupalGet('admin/structure/types/manage/page/display');
    $this->assertSession()
        ->responseContains('js-indentation indentation');
}

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