You are here

public function TitleAdminSettingsTestCase::testAutomatedFieldAttachment in Title 7

Check for automated title_field attachment.

File

tests/TitleAdminSettingsTestCase.test, line 48

Class

TitleAdminSettingsTestCase
Tests for legacy field replacement.

Code

public function testAutomatedFieldAttachment() {
  $this
    ->doTestAutomatedFieldAttachment(TRUE);
  $this
    ->doTestAutomatedFieldAttachment(FALSE);
}