You are here

function GroupUITestCase::testCRUDGroup in Field Group 7.2

Same name and namespace in other branches
  1. 7 tests/field_group.ui.test \GroupUITestCase::testCRUDGroup()

General CRUD.

File

./field_group.test, line 134
Unit test file for groups.

Class

GroupUITestCase
Group UI tests.

Code

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