protected function ContactViewBuilderTest::setUp in Contact Storage 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ ContactViewBuilderTest.php, line 41
Class
- ContactViewBuilderTest
- Tests adding contact form as entity reference and viewing them through UI.
Namespace
Drupal\Tests\contact_storage\FunctionalCode
protected function setUp() {
parent::setUp();
// Create Article node type.
$this
->drupalCreateContentType([
'type' => 'article',
'name' => 'Article',
'display_submitted' => FALSE,
]);
}