You are here

CommentTest.php in Zircon Profile 8.0

File

core/modules/comment/tests/src/Unit/Migrate/d6/CommentTest.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Tests\comment\Unit\Migrate\d6\CommentTest.
 */
namespace Drupal\Tests\comment\Unit\Migrate\d6;


/**
 * Tests D6 comment source plugin.
 *
 * @group comment
 */
class CommentTest extends CommentTestBase {

}

Classes

Namesort descending Description
CommentTest Tests D6 comment source plugin.