protected function InlineBlockTitleAutomaticTest::assertTitleFieldsExist in Inline Block Title Automatic 8
Assert the title fields exist.
1 call to InlineBlockTitleAutomaticTest::assertTitleFieldsExist()
- InlineBlockTitleAutomaticTest::testAutomaticTitle in tests/
src/ Functional/ InlineBlockTitleAutomaticTest.php - Test the automatic title.
File
- tests/
src/ Functional/ InlineBlockTitleAutomaticTest.php, line 140
Class
- InlineBlockTitleAutomaticTest
- Test the inline block automatic module.
Namespace
Drupal\Tests\inline_block_title_automatic\FunctionalCode
protected function assertTitleFieldsExist() {
$this
->assertSession()
->fieldExists('settings[label]');
$this
->assertSession()
->fieldExists('settings[label_display]');
}