You are here

TermTest.php in Zircon Profile 8

File

core/modules/taxonomy/tests/src/Unit/Migrate/TermTest.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Tests\taxonomy\Unit\Migrate\TermTest.
 */
namespace Drupal\Tests\taxonomy\Unit\Migrate;


/**
 * Tests taxonomy term source plugin.
 *
 * @group taxonomy
 */
class TermTest extends TermTestBase {

}

Classes

Namesort descending Description
TermTest Tests taxonomy term source plugin.