public function MigrateCommentStubTest::testStub in Drupal 9
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php \Drupal\Tests\comment\Kernel\Migrate\MigrateCommentStubTest::testStub()
 
Tests creation of comment stubs.
File
- core/
modules/ comment/ tests/ src/ Kernel/ Migrate/ MigrateCommentStubTest.php, line 58  
Class
- MigrateCommentStubTest
 - Test stub creation for comment entities.
 
Namespace
Drupal\Tests\comment\Kernel\MigrateCode
public function testStub() {
  $this
    ->performStubTest('comment');
}