CommentTest.php in Zircon Profile 8.0
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\Tests\comment\Unit\Migrate\d6File
core/modules/comment/tests/src/Unit/Migrate/d6/CommentTest.phpView 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
Name | Description |
---|---|
CommentTest | Tests D6 comment source plugin. |