1 field_group.ui.test public GroupUITestCase::testCRUDGroup()

General CRUD.

File

core/modules/field_group/tests/field_group.ui.test, line 83
Test file for Field Group UI.

Class

GroupUITestCase
Test the Field Group UI.

Code

public function testCRUDGroup() {
  $this->createGroup();
  $this->deleteGroup();
}