You are here

function GroupUITestCase::testCRUDGroup in Field Group 7

Same name and namespace in other branches
  1. 7.2 field_group.test \GroupUITestCase::testCRUDGroup()

General CRUD.

File

tests/field_group.ui.test, line 86
Test file for fieldgroup UI.

Class

GroupUITestCase
Group UI tests.

Code

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