function FieldUIIndentationTest::testIndentation
Same name in other branches
- 9 core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::testIndentation()
- 10 core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::testIndentation()
- 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\FunctionalCode
public function testIndentation() {
$this->drupalGet('admin/structure/types/manage/page/display');
$this->assertRaw('js-indentation indentation');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.