function MigrateCommentEntityFormDisplaySubjectTest::testMigration

Tests the migrated display configuration.

File

core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentEntityFormDisplaySubjectTest.php, line 66

Class

MigrateCommentEntityFormDisplaySubjectTest
Tests the migration of comment form's subject display from Drupal 6.

Namespace

Drupal\Tests\comment\Kernel\Migrate\d6

Code

public function testMigration() : void {
  $this->assertSubjectVisible('comment.comment_node_article.default');
  $this->assertSubjectVisible('comment.comment_node_company.default');
  $this->assertSubjectVisible('comment.comment_node_employee.default');
  $this->assertSubjectVisible('comment.comment_node_page.default');
  $this->assertSubjectVisible('comment.comment_node_sponsor.default');
  $this->assertSubjectNotVisible('comment.comment_node_story.default');
  $this->assertSubjectVisible('comment.comment_node_test_event.default');
  $this->assertSubjectVisible('comment.comment_node_test_page.default');
  $this->assertSubjectVisible('comment.comment_node_test_planet.default');
  $this->assertSubjectVisible('comment.comment_node_test_story.default');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.