You are here

function dsBaseTest::dsConfigureUI in Display Suite 7

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

Configure Field UI.

11 calls to dsBaseTest::dsConfigureUI()
dsExportablesTests::testDSExportablesLayoutFieldsettings in tests/ds.exportables.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.
dsLayoutsStylesTests::testDStestLayouts in tests/ds.base.test
Test selecting layouts, empty regions, classes, region to block and fields.

... See full list

File

tests/ds.base.test, line 80
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'));
}