You are here

function dsBaseTest::dsConfigureUI in Display Suite 7.2

Same name and namespace in other branches
  1. 7 tests/ds.base.test \dsBaseTest::dsConfigureUI()

Configure Field UI.

10 calls to dsBaseTest::dsConfigureUI()
dsExportablesTests::testDSExportablesLayoutFieldsettings in tests/ds.exportables.test
dsFieldPermissionTests::testFieldPermissions in tests/ds.base.test
dsFormTests::testDSForms in tests/ds.forms.test
Forms tests.
dsHooksTests::testDSFields in tests/ds.base.test
Test fields hooks.
dsHooksTests::testDSLayouts in tests/ds.base.test
Test layouts hook.

... See full list

File

tests/ds.base.test, line 79
Base functions and tests for Display Suite.

Class

dsBaseTest
@file Base functions and tests for Display Suite.

Code

function dsConfigureUI($edit, $url = 'admin/structure/types/manage/article/display') {
  $this
    ->drupalPost($url, $edit, t('Save'));
}